Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: Text::Balanced woes..

by TheDamian (Vicar)
on May 27, 2002 at 04:09 UTC ( [id://169480]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        $text =~ /extractor/    # i.e. match anywhere in the string
    
  2. or download this
        $text =~ /\G extractor/gc    # i.e. match at current pos in string
    
  3. or download this
        use Text::Balanced ':ALL';
    
    ...
    
        use Data::Dumper 'Dumper';
        print Dumper [ @data ];
    

Log In?
Username:
Password:

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

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

    No recent polls found