Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

olivierp's scratchpad

by olivierp (Hermit)
on Jun 21, 2004 at 20:55 UTC ( [id://368552]=scratchpad: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Unicode::CharName qw/uname/;
    use Unicode::UCD qw/charinfo/;
    ...
      $c = ord($_);
      print uname($c) .":\t" . charinfo($c)->{code} . ":\t$c\n";
    }
    
  2. or download this
    ;; I stick my personal libs here:
    (setq load-path (cons "~/elisp/" load-path))
    ...
    (setq auto-mode-alist (cons '("\\.[Pp][LlMm]\\'" . cperl-mode) auto-mo
    +de-alist))
    (setq auto-mode-alist (cons '("\\.t\\'" . cperl-mode) auto-mode-alist)
    +)
    (setq auto-mode-alist (cons '("\\.pod\\'" . cperl-mode) auto-mode-alis
    +t))
    
  3. or download this
    # Begin a fold mark:
    
    ...
    # }}}
    
    # The  "# }}}" ends the fold mark
    
  4. or download this
    # Begin a fold mark:
    
    # {{{ A space after the three { is required....
    
    # The  "# }}}" ends the fold mark
    

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: (4)
As of 2024-03-29 09:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found