Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

erikharrison's scratchpad

by erikharrison (Deacon)
on Jun 13, 2004 at 19:19 UTC ( [id://366338]=scratchpad: print w/replies, xml ) Need Help??

#!/usr/local/bin/perl local $/ = '%'; open A, "<$ARGV[0]" or die "Nope"; while(<A>) { print; }
And a file like this
1%2%3
prints
1%2%3
Did I go stupid at somepoint?
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 browsing the Monastery: (5)
As of 2024-03-29 08:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found