Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Extracting a parenthesized fragment from a string

by fce2 (Sexton)
on Sep 11, 2009 at 10:32 UTC ( [id://794740]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      * 2 FETCH (UID 2 FLAGS (\Answered \Seen) INTERNALDATE "05-Jun-2008 0
    +7:19:01 +1000" RFC822.SIZE 5144 BODYSTRUCTURE ("text" "plain" ("chars
    +et" "ISO-8859-1") NIL NIL "7bit" 2053 46 NIL ("inline" NIL) NIL NIL))
    
  2. or download this
      "UID"           => "2",
      "FLAGS"         => "\Answered \Seen",
      "INTERNALDATE"  => "05-Jun-2008 07:19:01 +1000",
      "RFC822.SIZE"   => "5144",
      "BODYSTRUCTURE" => "text" "plain" ("charset" "ISO-8859-1") NIL NIL "
    +7bit" 2053 46 NIL ("inline" NIL) NIL NIL",
    
  3. or download this
      (?:
        (?{ local $d=0 }) # set depth to 0
    ...
          )
        )                 # end capture
      )
    

Log In?
Username:
Password:

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

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

    No recent polls found