Help for this page

Select Code to Download


  1. or download this
    #!/bin/sh
    perl "$@"
    
  2. or download this
    #!/bin/sh
    #!perl -w
    ...
    
    4;
    print("Hello, World\n");
    
  3. or download this
    $ script
    Useless use of a constant (4) in void context at script line 5.
    Hello, World