Recent content by nwboy74

  1. N

    Perl file handling gone wrong?

    Do you have write permissions where it is trying to create the file? Add a die statement after the open open FILE, ">", "$hhmmss.txt" or die "Could not open file\n";
  2. N

    Perl file handling gone wrong?

    Do you have write permissions where it is trying to create the file? Add a die statement after the open open FILE, ">", "$hhmmss.txt" or die "Could not open file\n";
Back
Top