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


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

The die doesn't seem to be required either.

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

Replies are listed 'Best First'.
Re^4: Dying for a Good Japh
by liverpole (Monsignor) on Jan 31, 2006 at 15:30 UTC
        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"
      True but I'd already taken out the eval.