in reply to Re: Re: Re: no strict "refs" and require
in thread no strict "refs" and require

safe as described in the faq

$line =~ s/\$(\w+)/${getValue(\%myVars,\$1);}/sgex;

but how do I get the defined skalars from the required script into my hash? that would be a way that I would prefer

Have a nice day
All decision is left to your taste
  • Comment on Re: Re: Re: Re: no strict "refs" and require