Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl 
    use strict; 
    use warnings; 
    print "Hello World\n";
    
  2. or download this
    #!/usr/bin/perl -w 
    use strict; 
    use warnings; 
    print "Hello World\n";
    
  3. or download this
    ".: No such file or directory