Beefy Boxes and Bandwidth Generously Provided by pair Networks Frank
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

chb's scratchpad

by chb (Chaplain)
on Oct 28, 2004 at 12:33 UTC ( #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
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others wandering the Monastery: (12)
As of 2013-05-24 10:54 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    The best material for plates (tableware) is:









    Results (504 votes), past polls