Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

michaeld's scratchpad

by michaeld (Monk)
on Jun 05, 2004 at 12:15 UTC ( [id://361536]=scratchpad: print w/replies, xml ) Need Help??

use strict; my @in = ("#set a koekoek\n","#set b vogel\n","#set c bird\n","#set d arend\n","#set e vulture\n"); map { $_ =~ s/^#set c .*/#set x exbird/; $_ =~ s/^#set a .*/#set y exkoekoek/; } @in; print "@in\n";
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 imbibing at the Monastery: (3)
As of 2024-03-28 18:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found