Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    {
        print $line;
    }
    
  2. or download this
    c:\>perl test_cmdline.pl one two three
    onetwothree
    c:\>