Help for this page

Select Code to Download


  1. or download this
    $/="\n\n";
    
    # instead of
    $/="\n\n\n";
    
  2. or download this
    if ( $q->param() ) {
      open (FH, "$path_to_text") or die "where's the damn file? : $!";
    ...
      # show success here...
    }