Help for this page

Select Code to Download


  1. or download this
    use warnings;
    $rocks = [1..23];
    @rocks = qw/hail slate poop drop/;
    print $rocks;
    
  2. or download this
    ARRAY(0x1434d80)