in reply to Re: I need to export variable as another user
in thread I need to export variable as another user

I have updated the script but other lines are hashed out

  • Comment on Re^2: I need to export variable as another user

Replies are listed 'Best First'.
Re^3: I need to export variable as another user
by Corion (Patriarch) on Aug 06, 2012 at 12:21 UTC

    Perl tells you line numbers in its error messages. Consider reading these error messages and looking at the lines in your original script that correspond to these line numbers.

    As you keep your original script hidden from us, and don't tell us what line numbers Perl tells you for the script you posted, we cannot help you.