Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
PerlMonks  

Bubba Asks

by Arbogast (Monk)
on Aug 23, 2003 at 17:06 UTC ( [id://286076]=note: print w/replies, xml ) Need Help??


in reply to Re: printing elements of an array on new lines
in thread printing elements of an array on new lines

Why not simple over fancy?? my @people = ('fred', 'bill', 'charley'); foreach my $person (@people) { print "$person\n" };

Replies are listed 'Best First'.
Re: Bubba Asks
by BUU (Prior) on Aug 23, 2003 at 17:11 UTC
    Because this is Perl and, repeat after me, "There Is More Then One Way To Do It"
Re: Bubba Asks
by Arbogast (Monk) on Aug 23, 2003 at 17:08 UTC
    And why don't I learn to format my answer :)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://286076]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (6)
As of 2024-04-19 08:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found