in reply to Re: How can I print variable contents from the debugger non-interactively?
in thread How can I print variable contents from the debugger non-interactively?

"... Perl knows due to the constant value that the code will never be executed and it is not even compiled"

I didn't know this. Very nice. Thanks.

Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help

  • Comment on Re^2: How can I print variable contents from the debugger non-interactively?
  • Download Code