Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
      print"$_ -> ", (<$fh> // "AT LAST LINE\n");
      seek $fh, $pos, 0;
      }
    
  2. or download this
    line one -> line two
    line two -> line three
    ...
    line three -> line four
    line four -> line five
    line five -> AT LAST LINE