in reply to Re: Data Dumper Japh
in thread Data Dumper Japh
update: sorry about not using a spoiler tag...
sub Oxff cannot start with a number...(without symbolic refs tricks like
% stephan@armen (/home/stephan) % % perl -we ' *{"11abc"} = sub { print q[ok] }; *{"11abc"}{CODE}->()' ok % stephan@armen (/home/stephan) % % perl -we ' *{"11abc"} = sub { print q[ok] }; &{*{"11abc"}}()' ok
actually I think the second form could work with less braces ...humm
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Data Dumper Japh
by ambrus (Abbot) on Jan 16, 2007 at 12:09 UTC | |
by sgt (Deacon) on Jan 16, 2007 at 21:49 UTC |