Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Typo in Exegesis 5?

by Juerd (Abbot)
on Aug 24, 2002 at 10:39 UTC ( [id://192534]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        # Perl 5 
        @cmd = ('get','put','try','find','copy','fold','spindle','mutilate
    +');
        $cmd = join '|', map { quotemeta $_ } @cmd;
    
        $str =~ / (?:$cmd) \( .*? \) /;
    
  2. or download this
        $deleteline = rx/^^ \< <sp> (\N* \n) /
        $appendline = rx/^^ \> <sp> (\N* \n) /
    
  3. or download this
        $text =~ /<Diff.file>/;         # Invoke through grammar
    
  4. or download this
    ... $0/2002/08/22/exegesis5.html{hunk} ...
    
  5. or download this
    # Perl 5
    $str =~ m/ ^ m* (?:d?c{0,3}|c[dm]) (?:l?x{0,3}|x[lc]) (?:v?i{0,3}|i[vx
    +]) $ /ix;
    
    # Perl 6
    $str =~ m:i/ ^ m* [d?c<0,3>|c<[dm]>] [l?x<0,3>|x<[lc]>] [v?i<0,3>|i<[v
    +x]>] $ /;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 20:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found