http://qs321.pair.com?node_id=1213049


in reply to Re: Array lookup
in thread Array lookup

BTW, my @dead-list = @$dead-ref; will result in something like Global symbol "$dead" requires explicit package name (did you forget to declare "my $dead"?).

Remember The Syntax of Variable Names.

Best regards, Karl AKA Dr Wisenheimer

«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