Help for this page

Select Code to Download


  1. or download this
    my @array = qw(HELLO THERE FELLOW PERL MONKS);
    @array = (lc "@array");
    print @array;
    print $array[2]."\n";