Help for this page

Select Code to Download


  1. or download this
    # [...]
    File handles can be opened to "in memory" files held 
    in Perl scalars via:
    
                   open($fh, ">", \$variable)