Help for this page

Select Code to Download


  1. or download this
    [dcoleman@test1-cm3 perl]$ sudo cpanm DateTime
    DateTime is up to date. (1.18)
    [dcoleman@test1-cm3 perl]$ sudo cpanm Params::Validate
    Params::Validate is up to date. (1.18)
    
  2. or download this
    my $dtNow = DateTime->now;
    
  3. or download this
    Software error:
    
    ...
    Compilation failed in require at /var/www/admin/cgi-bin/pushlive.pl li
    +ne 27.
    BEGIN failed--compilation aborted at /var/www/admin/cgi-bin/pushlive.p
    +l line 27.
    For help, please send mail to the webmaster (root@localhost), giving t
    +his error message and the time and date of the error.
    
  4. or download this
    package DateTime::Duration;
    
    ...
                               end_of_month => { type => SCALAR, default =
    +> 'wrap' },
                             } );
    . . .