Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
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 meditating upon the Monastery: (8)
As of 2024-04-16 19:19 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found