Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "$first\n";
    print "$second\n";
    print "$third\n";
    
  2. or download this
    D:\argv_test.pl I like code
     I like code
    
    
    D:\
    
  3. or download this
    C:\>argv_test.pl I like code
    I
    ...
    code
    
    C:\>