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

Re: array confusion

by demerphq (Chancellor)
on Aug 21, 2003 at 08:53 UTC ( [id://285402]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub one { two(@_); }
    sub two { s/(.)\1/$1/ for @_ } 
    one(qw(aa bb cc))
    
  2. or download this
    sub alias_array { \@_ }
    my $look_for = alias_array($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: note [id://285402]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (5)
As of 2024-04-23 18:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found