On Mon, Jan 15, 2001 at 09:46:21PM +0000, Simon Cozens wrote: > Should this be legal? > > (($a) x 4) = 1; Yeah, that would be neat. #!/opt/perl/bin/perl -w sub TIESCALAR {bless []} sub STORE {shift; print shift} tie $a => 'main'; (($a) x 4) = split /(?<=\s)/ => "Just another Perl Hacker\n"; AbigailThread Previous | Thread Next