Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

array confusion

by Anonymous Monk
on Aug 21, 2003 at 05:34 UTC ( [id://285359]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    foreach my $item ($name,$nerd,$noodle,$froodle,) {
    $item =~ s/$i_seek/ /g;
    }
    
  2. or download this
    my @look_for = ($name,$nerd,$noodle,$froodle,);
    foreach my $item (@look_for) {
    $item =~ s/$i_seek/ /g;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-16 06:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found