Help for this page

Select Code to Download


  1. or download this
    D:\Perl\test>type temp2.pl8
    #! perl -slw
    ...
    
    Some text
    Some more text
    
  2. or download this
    Note that if you're storing FILEHANDLES in an array or other expressio
    +n, you will have to use a block returning its value instead:
    
        print { $files[$i] } "stuff\n";
        print { $OK ? STDOUT : STDERR } "stuff\n";