Help for this page

Select Code to Download


  1. or download this
    $ cat ABC
    qwe
    ...
    rty
    fgh
    vbn
    
  2. or download this
    #!/usr/bin/env perl
    
    ...
          }
       close(file_two);
    }
    
  3. or download this
    Name "main::file_one" used only once: possible typo at ./pm_example.pl
    + line 8.
    line : qwe
    ...
    line : zxc
      line2 : vbn
    
  4. or download this
    #!/usr/bin/env perl
    
    ...
            print "line1 : $line1  line2 : $line2\n";
        } 
    }
    
  5. or download this
    line1 : qwe  line2 : rty
    line1 : qwe  line2 : fgh
    ...
    line1 : zxc  line2 : rty
    line1 : zxc  line2 : fgh
    line1 : zxc  line2 : vbn