Help for this page

Select Code to Download


  1. or download this
    my $filename='out.txt';
    my $output  ='perl_output.txt';
    ...
      else{
         print("cant read file ",$filename,"\n");
      }
    
  2. or download this
    perldoc -f print