Help for this page

Select Code to Download


  1. or download this
    perl -we 'use strict;
    my $list = [2,3,4,5,6];
    my @list = [2,3,4,5,6];
    ...
    ARRAY(0x8614880) 
    2,3,4,5,6
    ARRAY(0x970e648)