Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
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 wandering the Monastery: (6)
As of 2024-04-19 14:05 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found