Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    use POSIX qw(strftime); 
    my $datestring = strftime "%B %d %Y", localtime;
    print("date  - $datestring\n");
    
  2. or download this
    date  - September 16 2014
    
  3. or download this
    This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x
    +64-multi-t
    hread
    ...
    Complete documentation for Perl, including FAQ lists, should be found 
    +on
    this system using "man perl" or "perldoc perl".  If you have access to
    + the
    Internet, point your browser at http://www.perl.org/, the Perl Home Pa
    +ge.