Help for this page

Select Code to Download


  1. or download this
    { local $\ ;
        # do 'cat' stuff here
    }
    
  2. or download this
        while (<FILE>) {
            print $handle $_;
        }
    
  3. or download this
        while (<FILE>) {
            printf $handle $_;
        }