Help for this page

Select Code to Download


  1. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my @array = qw(zero one two three);
    ...
    element 'one'
    element 'two'
    element 'three'
    
  2. or download this
    c:\@Work\Perl\monks>perl -wMstrict -le
    "my @array = (
    ...
    '1' '2' '3'
    'v' 'w' 'x' 'y' 'z'
    'one' 'two'