Try it
@cars = qw# mazda saab chevy #; @small = (); @big = 1..1e4; @things = (@big, undef, (), @big); print "$#things\n";
| CPU: Perl, Fall 2005 | Perl, Week 2: Arrays, Hashes, Control Structures | #37 |
@cars = qw# mazda saab chevy #; @small = (); @big = 1..1e4; @things = (@big, undef, (), @big); print "$#things\n";
| Copyright © 2005 Ian Langworth |