Skip to content

Commit dbcf8ec

Browse files
committed
flesh out pod more
1 parent 7c69243 commit dbcf8ec

13 files changed

+41
-14
lines changed

categories/cookbook/03dates-and-times/03-01-todays-date.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Today's Date
5+
=TITLE Today's Date
6+
7+
=AUTHOR stmuk
68
79
You want year, month and day for today's date.
810

categories/cookbook/03dates-and-times/03-02-datetime-to-epoch.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 DateTime to Epoch Seconds
5+
=TITLE DateTime to Epoch Seconds
6+
7+
=AUTHOR stmuk
68
79
You want a datetime (ISO 8601) as seconds past the epoch.
810

categories/cookbook/03dates-and-times/03-03-epoch-to-datetime.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Epoch Seconds to DateTime
5+
=TITLE Epoch Seconds to DateTime
6+
7+
=AUTHOR stmuk
68
79
You want to convert as seconds past the epoch to a datetime (ISO 8601)
810

categories/cookbook/03dates-and-times/03-04-date-add-sub.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Adding and Subtracting Dates
5+
=TITLE Adding and Subtracting Dates
6+
7+
=AUTHOR stmuk
68
79
You want to calculate a past or future timeday from a given one.
810

categories/cookbook/03dates-and-times/03-05-sub-two-dates.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Subtracting Two Dates From Each other
5+
=TITLE Subtracting Two Dates From Each other
6+
7+
=AUTHOR stmuk
68
79
Subtracting Two Dates From Each other returning days
810

categories/cookbook/03dates-and-times/03-06-day-to-num-wmy.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 From date to week of year, month of year, day of year
5+
=TITLE From date to week of year, month of year, day of year
6+
7+
=AUTHOR stmuk
68
79
You have a date and want week of year, month of year, day of year
810

categories/cookbook/03dates-and-times/03-09-hires-times.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Hi-Res Timings
5+
=TITLE Hi-Res Timings
6+
7+
=AUTHOR stmuk
68
79
You want to measure sub-second timings
810

categories/cookbook/09directories/09-01-get-set-filetime.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Get/Set Filetime
5+
=TITLE Get/Set Filetime
6+
7+
=AUTHOR stmuk
68
79
You want to get and set a utime on a file's inode
810

categories/cookbook/09directories/09-02-delete-file.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Delete File
5+
=TITLE Delete File
6+
7+
=AUTHOR stmuk
68
79
You want to delete a file
810

categories/cookbook/09directories/09-03-copy-move-file.pl

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
=begin pod
44
5-
=head1 Copy/Move File
5+
=TITLE Copy/Move File
6+
7+
=AUTHOR stmuk
68
79
You want to copy and move a file
810

0 commit comments

Comments
 (0)