Help for this page

Select Code to Download


  1. or download this
    #!/prod/gnu/bin/perl
    
    exec '/prod/gnu/bin/perl', @ARGV;
    
  2. or download this
    #!/home/ant/test/perl
    
    print "Hello world\n";
    
  3. or download this
    [ant@gums2-sun]$ ./test2.pl
    ./test2.pl: print: command not found