TeeJay (email not shown publicly)
http://www.aarontrevena.co.uk/
Working in Truro
Graduate with BSc (Hons) in Computer Systems and Networks
pm : london.pm, bath.pm, devoncornwall.pm
lug : Devon & Cornwall LUG
CPAN :
TEEJAY [cpan.org]
irc : TeeJay
skype : hashbangperl
livejournal :
hashbangperl [livejournal.com]
flickr
:
hashbangperl [flickr.com]
the underscore thing was already implemented (Score:2)
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;
style sucks (Score:3, Insightful)
and there's no accounting for it.
Were that I say, pancakes?
Reply to This
Re:style sucks (Score:1)
I have worked to coding standards a few times and have never really had any complaints apart from the shocking hoops required to implement anything useful in asp/vbscript.
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;
Of course, you realise... (Score:2, Informative)
Underscore (Score:2)
$_with use ofmap()andgrep()in void context? To me, writing Perl without$_is like writing English without pronouns. It's hardly a mark of good style.Re:Underscore (Score:1)
@JAPH = qw(Hacker Perl Another Just);
print reverse @JAPH;