Help for this page

Select Code to Download


  1. or download this
    #!/usr/contrib/bin/perl
    # Note that this path to Perl was
    # verified using 'which perl'
    ...
    use Getopt::Long;
    
    print "Hello, HPUX.\n";
    
  2. or download this
    "use" may clash with future reserved word at try.pl line 3.
    syntax error in file try.pl at line 3, next 2 tokens "use strict"
    "use" may clash with future reserved word at try.pl line 4.
    try.pl had compilation errors.