Today around 9:49am, Damien Neil hammered out this masterpiece: : One of the fundamental concepts in Perl is context. Would you care to : address the point of what happens to context when you remove @ and % : prefixes? Such as prototypes? In case you wonder, I agree with Damien. -- print(join(' ', qw(Casey R. Tweten)));my $sig={mail=>'[EMAIL PROTECTED]',site=> 'http://home.kiski.net/~crt'};print "\n",'.'x(length($sig->{site})+6),"\n"; print map{$_.': '.$sig->{$_}."\n"}sort{$sig->{$a}cmp$sig->{$b}}keys%{$sig}; my $VERSION = '0.01'; #'patched' by Jerrad Pierce <belg4mit at MIT dot EDU>
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Nathan Wiger
- Re: RFC 109 (v1) Less line noise - let's get rid ... Casey R. Tweten
- Re: RFC 109 (v1) Less line noise - let's get rid ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get ... Nathan Wiger
- Re: RFC 109 (v1) Less line noise - let's ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - le... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's ... John Porter
- Re: RFC 109 (v1) Less line noise - let's get ... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - le... Damien Neil
- Re: RFC 109 (v1) Less line noise... Casey R. Tweten
- Re: RFC 109 (v1) Less line noise... Karl Glazebrook
- Re: RFC 109 (v1) Less line n... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's ... John Porter
- Re: RFC 109 (v1) Less line noise - le... Damien Neil
- Re: RFC 109 (v1) Less line noise... Jonathan Scott Duff
- Re: RFC 109 (v1) Less line n... John Porter
- Re: RFC 109 (v1) Less line noise... John Porter
- Re: RFC 109 (v1) Less line noise - let's get rid of @% Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get rid ... John Porter
- Re: RFC 109 (v1) Less line noise - let's get ... Dan Sugalski