Help for this page

Select Code to Download


  1. or download this
    package MyModule;
    use strict;
    ...
    use diagnostics;
    use Carp;
    ...
    
  2. or download this
    package DevDaily::Time;
    require Exporter;
    ...
    our @EXPORT  = qw(get_time_suffix);   # symbols to be exported by defa
    +ult (space-separated)
    our $VERSION = 1.00;                  # version number
    ...