in reply to Re: calling a sub routine from a scalar
in thread calling a sub routine from a scalar

eval is overkill, and in this case die would kill the eval, not the perl script, which probably isn't what is wanted... probably
                - Ant
  • Comment on Re: Re: calling a sub routine from a scalar