Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
        print "$ele ";
    }
    
  2. or download this
    C:\perlscripts>perl arrays.pl
    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
    z y x w v u t s r q p o n m l k j i h g f e d c b a
    C:\perlscripts>
    
  3. or download this
    use warnings;
    use strict;
    ...
        print "$ele ";
    }
    
  4. or download this
    C:\perlscripts>perl arrays.pl
    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
    [a]z [a]y [a]x [a]w [a]v [a]u [a]t [a]s [a]r [a]q [a]p [a]o [a]n [a]m 
    +[a]l [a]k [a]j [a]i [a]h [a]g [a]f [a]e [a]d [a]c [a]b [a]a
    C:\perlscripts>