Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Array confusion.

by anonypl (Novice)
on Feb 14, 2017 at 21:46 UTC ( [id://1182009]=perlquestion: print w/replies, xml ) Need Help??

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>
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1182009]
Approved by haukex
Front-paged by kcott
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 18:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found