in reply to Different behaviour when a PERL script is run from within a scheduled task!

Most likely the account your scheduled task runs as (SYSTEM or something like that) does not have the necessary permissions to access network resources. Change the account the scheduled task runs as.

  • Comment on Re: Different behaviour when a PERL script is run from within a scheduled task!
  • Download Code