Help for this page

Select Code to Download


  1. or download this
    perl -v
    
  2. or download this
    This is perl 5, version 16, subversion 3 (v5.16.3) built for MSWin32-x
    +86-multi-thread
    (with 1 registered patch, see perl -V for more detail)
    ...
    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.
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    
    print "Hello World\n";