Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Tux's scratchpad

by Tux (Canon)
on Jan 25, 2007 at 13:19 UTC ( [id://596469]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @array = map {
        some_sub (s/^[\*\+-] (.+)/$1/r, $opt);
        } @another_array;
    
  2. or download this
    sub fancy_map {
      my ($opt, $list) = @_;
    ...
          }
        } @{$list};
      }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (3)
As of 2024-04-19 20:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found