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

Re^2: Regular Expression problem when Extracting Start\ VALUE \End

by philcrow (Priest)
on Sep 30, 2005 at 18:12 UTC ( #496479=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Text::Balanced qw( extract_tagged );
    # The rest of your code from above here.
    
  2. or download this
    use Text::Balanced;
    
    my $text = 'sometexthere';
    
    ($extracted, $remainder) = Text::Balanced::extract_tagged($text);
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others musing on the Monastery: (1)
As of 2023-06-04 23:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    How often do you go to conferences?






    Results (22 votes). Check out past polls.

    Notices?