Help for this page

Select Code to Download


  1. or download this
          1 #! /usr/bin/perl -w
          2
    ...
         12
         13   print "Ending processing of file, $_.\n";
         14 }
    
  2. or download this
    Starting processing of file, test1.txt.
    Line 1 from 'test1.txt'
    ...
    Line 3 from 'test2.txt'
    Use of uninitialized value in concatenation (.) or string at ./test.pl
    + line 13, <TEST_FILE> line 6.
    Ending processing of file, .
    
  3. or download this
    Line 1 from 'test1.txt'
    Line 2 from 'test1.txt'
    Line 3 from 'test1.txt'
    
  4. or download this
    Line 1 from 'test2.txt'
    Line 2 from 'test2.txt'
    Line 3 from 'test2.txt'