perl6-meta  

Re: "Art Of Unix Programming" on Perl

Simon Cozens
Sun, 11 Feb 2001 17:15:30 -0800

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;