Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
        $rep_line = $_;
        write $fh;
    }
    
  2. or download this
    $ perl testformat.pl 0 1 " " 2 3 " " 4 5;
    $ cat /tmp/test.txt
    ...
    3
    4
    5
    
  3. or download this
    $ perl testformat.pl 0 1 " " 2 3 " " 4 5;
    $ cat /tmp/test.txt
    ...
    
    4
    5