Help for this page

Select Code to Download


  1. or download this
    open(IN, "<test.txt") || die "\nCan't open test.txt \n";
    $/="";
    ...
    }
    close(IN);
    close(OUT);
    
  2. or download this
    1 some other text
    
    ...
    5
    7
    8