in reply to Global symbol "$RLTAGRL" requires explicit package name at create_dashboard.pl line 201.

The code as shown doesn't emit errors, but doesn't make sense.

Declare your variable with my in the scope where you wanna also read it.

Consequently avoid my within the if - else branches otherwise your var won't exist outside.

Have a look at coping with scoping for details.

Cheers Rolf

( addicted to the Perl Programming Language)

update

Plz don't repost threads!

Either answer yourself with additional informations or get an account to be able to update posts (like I do now)

  • Comment on Re: Global symbol "$RLTAGRL" requires explicit package name at create_dashboard.pl line 201.
  • Select or Download Code