File: README.examples

package info (click to toggle)
libdate-manip-perl 6.98-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 14,928 kB
  • sloc: perl: 222,846; sh: 54; ansic: 26; makefile: 8
file content (28 lines) | stat: -rw-r--r-- 1,097 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
If you have Date::Manip 5.xx installed (which is the case if you
have a perl version less than 5.010), the examples are included
in the Date::Manip man page.

If you have Date::Manip 6.xx installed, examples are included
in the Date::Manip::Examples man page, and in this directory.

This directory contains two scripts which use Date::Manip to
duplicate the functionality of two common unix scripts.

The dm_date script duplicates the functionality of the unix 'date'
command with a few differences.

   o  It does not include the functionality to set the
      system date.

   o  The date strings that can be read (using the -d
      or -f options) are anything that Date::Manip can
      parse.

   o  The format string is any string suitable for passing
      to the Date::Manip::Date::printf function.

The dm_zdump duplicates the functionality of the unix 'zdump'
command. This should be a drop-in replacement for the zdump
command except that the first two lines and the last two lines
of zdump output do not contain any useful output. The dm_zdump
command does not reproduce these lines.