Help for this page

Select Code to Download


  1. or download this
       {
           local $" = "\n";
    ...
               or die $!;
           print $fh "@list\n";
       }
    
  2. or download this
       my $prefix = "something";
       {
    ...
               or die $!;
           print $fh "$prefix@list\n";
       }