Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -l
    
    ...
    print $names[2];  # prints: "user"
    print $names[3];  # prints: "temp"
    print $names[4];  # prints: "file.txt"