Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

chb's scratchpad

by chb (Deacon)
on Oct 28, 2004 at 12:33 UTC ( [id://403369]=scratchpad: print w/replies, xml ) Need Help??

(defun fix-lf () (interactive) (save-excursion (goto-char (point-min)) (while (re-search-forward "\x0d\x0a" nil t) (replace-match "\x0a" t t)) (goto-char (point-min)) (while (re-search-forward "\x0d" nil t) (replace-match "\x0a" t t))))
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 having an uproarious good time at the Monastery: (4)
As of 2024-04-16 03:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found