Help for this page

Select Code to Download


  1. or download this
            if (!$output_handles{$name}) {
               open($output_handles{$name}, '>', "$name.info")
    ...
    
            my $handle = $output_handles{$name};
            print $handle $_;