Re: "Art Of Unix Programming" on Perl
[email protected] (Simon Cozens) Mon, 12 Feb 2001 01:30:52 +0000
| Newsgroups | perl.perl6.meta |
|---|---|
| Message-ID | <[email protected]> |
By the way, Ed, mail to you is bouncing with user unknown.
--
$\=" ";@a=qw/hacker, Perl another Just/;sub TIESCALAR{bless[]};tie $a,$a;
*STORE=*FETCH=sub{print pop @a};$_++for$a,$a;