in reply to Re: Little Perl Mysteries: what's your answer?
in thread Little Perl Mysteries: what's your answer?

No such trouble here - deparses fine. However, various versions of the module have different defaults for how readable they try to make the output, so you may want to try -MO=Deparse,-x7 to force no translation to be done. If it still doesn't show up, that would be a bug then I guess.

Makeshifts last the longest.

  • Comment on Re^2: Little Perl Mysteries: what's your answer?