in reply to Deprecated Syntax in 5.8

It's an obscure syntaxt for hash/array access that nobody ever used.

my @a = 1..10; my %h = 1..10; warn @a->[1]; die %h->{3}; __END__


MJD says you can't just make shit up and expect the computer to know what you mean, retardo!
** The Third rule of perl club is a statement of fact: pod is sexy.

Replies are listed 'Best First'.
Re: Re: Deprecated Syntax in 5.8
by demerphq (Chancellor) on Dec 16, 2002 at 21:53 UTC
    I find the combination of the subject of this thread and your sig to be fairly amusing.

    In this case it seem that you can indeed make shit up and expect the computer to know what you mean.

    ;-)

    --- demerphq
    my friends call me, usually because I'm late....