http://www.perlmonks.org?node_id=526768


in reply to Re^3: Dying for a Good Japh
in thread Dying for a Good Japh

    I think there is an implicit "die" in the error that it can't find the module.

No there isn't.  If eval is used, taking out die will cause the output to cease appearing.  Try it and see...


@ARGV=split//,"/:L"; map{print substr crypt($_,ord pop),2,3}qw"PerlyouC READPIPE provides"

Replies are listed 'Best First'.
Re^5: Dying for a Good Japh
by tweetiepooh (Hermit) on Feb 02, 2006 at 10:35 UTC
    True but I'd already taken out the eval.