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>
- RFC 109 (v1) Less line noise - let's get rid of @% Perl6 RFC Librarian
- Re: RFC 109 (v1) Less line noise - let's get rid ... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's ... Bryan C . Warnock
- Re: RFC 109 (v1) Less line noise - let's ... Jon Ericson
- Re: RFC 109 (v1) Less line noise - le... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise... Jon Ericson
- Re: RFC 109 (v1) Less line noise - let's get rid ... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's get ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's ... Damien Neil
- Re: RFC 109 (v1) Less line noise - le... Casey R. Tweten
- Re: RFC 109 (v1) Less line noise - le... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise... Damien Neil
- Re: RFC 109 (v1) Less line noise - let's get ... John Porter
- Re: RFC 109 (v1) Less line noise - let's ... Damien Neil
- Re: RFC 109 (v1) Less line noise - le... Jonathan Scott Duff
- Re: RFC 109 (v1) Less line noise... John Porter
- Re: RFC 109 (v1) Less line noise - le... John Porter
- Re: RFC 109 (v1) Less line noise - let's get rid ... Graham Barr
- Re: RFC 109 (v1) Less line noise - let's get rid ... Karl Glazebrook
- Re: RFC 109 (v1) Less line noise - let's get ... Jon Ericson