Help for this page

Select Code to Download


  1. or download this
    troubled_string($ARGV[0], "logfile.txt");
    
  2. or download this
    sub troubled_string{
        my ($str,$logfile_path)=@_;
    ...
        }
        close $logfile_path;
    }