Help for this page

Select Code to Download


  1. or download this
    #! /usr/bin/perl -w
    print $ARGV[0];
    
  2. or download this
    $ test.pl Hello
    Hello
    
  3. or download this
    echo "Hello" | test.pl
    Use of uninitialized value in print at ./test.pl line 2