Help for this page

Select Code to Download


  1. or download this
    [0] Perl> @array = split /\s*/, 'the quick brown fox jumps over the la
    +zy dog';;
    [0] Perl> @hash{ @array } =( );;
    [0] Perl> print sort keys %hash;;
    a b c d e f g h i j k l m n o p q r s t u v w x y z