NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
the underscore thing was already implemented (Score:2)
Reply to This
Re:the underscore thing was already implemented (Score:5, Informative)
Underscore.pm (named so it could be invoked with no Underscore) is a demonstration of tieing scalars in chapter 14 of Programming Perl (3ed).
Doesn't seem to have made it to CPAN yet tho' :)
Reply to This
Parent
Re:the underscore thing was already implemented (Score:2, Interesting)
if only I had 3rd edition instead of 2nd..
anyone know where I can get some pointers or a how to on building and implementing a perl pragma or language filter ?
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;