Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re: Regular Expression Matching Issue

by toolic (Bishop)
on Jan 02, 2008 at 19:12 UTC ( [id://660039]=note: print w/replies, xml ) Need Help??


in reply to Regular Expression Matching Issue

One reason the regular expression does not match is because you do not have the string "movie" in your test.txt file. There may be other reasons, but I would start with that.

Also, you should first check if the regex matched before trying to use $1.

There are plenty of good HTML parsers available; why do you want to re-invent that wheel?

Replies are listed 'Best First'.
Re^2: Regular Expression Matching Issue
by Anonymous Monk on Jan 02, 2008 at 19:39 UTC
    Wrong type it should ne table, still doesn't work!!!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 03:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found