Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Goofy leaping ninja stickmen

by jonadab (Parson)
on Oct 07, 2003 at 19:09 UTC ( [id://297364]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    (defun unplusify-buffer () (interactive)
      (save-excursion
        (goto-char (point-min))
        (while (re-search-forward "^[+]")
          (backward-delete-char 2))))
    
  2. or download this
    (defvar perlmonks-wrap-width 60)
    
    ...
          (if (= perlmonks-wrap-width
                 (save-excursion (previous-line 1) (end-of-line) (current-
    +column)))
              (backward-delete-char 2)))))
    
  3. or download this
    $;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}}
    split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://297364]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-23 16:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found