in reply to Re^12: file upload and IO::Handle
in thread file upload and IO::Handle

It might be simpler to add
use autodie;
at the top of the script, better error messages at least

Replies are listed 'Best First'.
Re^14: file upload and IO::Handle
by Anonymous Monk on Sep 11, 2010 at 08:19 UTC
    Only error was in the ping, it could not open the file as it did not exist.

    No errors from hook, as if it is not even executing.
    Very strange in deed!

    Any other ideas?

    Thanks,
    Rich
      Ok, I even had the intital ping wait 5 seconds to make sure hook had time to write something to the file if it executed, still nothing.

      Rich