Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            print "LIST ITEM: $item\n";
        }
    }
    
  2. or download this
    LIST ITEM: 1
    LIST ITEM: 2
    ...
    LIST ITEM: 3
    LIST ITEM: 4
    LIST ITEM: 5
    
  3. or download this
    #!/usr/bin/perl
    
    ...
            print "LIST ITEM: $item\n";
        }
    }