Help for this page

Select Code to Download


  1. or download this
    16:14 >perl -wE "my @array = qw(abc def ghi jkl mno); print @array[2,4
    +], qq{\n};"
    ghimno
    
    16:14 >