Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Re: Re: Check tag value

by hmerrill (Friar)
on Apr 08, 2004 at 12:01 UTC ( [id://343585]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Check tag value
in thread Check tag value

You need a regular expression in your if-test. Start by doing:
perldoc perl
at a command prompt. You'll notice if you page down a little that there are these 2 perldocs listed for regular expressions:
perlre Perl regular expressions, the rest of the story perlreref Perl regular expressions quick reference
So, if you want to read the 1st one, you would do
perldoc perlre
at a command prompt. The 1st response to your question gave you a regular expression to try. Read the perldocs, try a regular expression, and post back if you still have problems.

HTH.

Replies are listed 'Best First'.
Re: Re: Re: Re: Check tag value
by Anonymous Monk on Apr 08, 2004 at 12:06 UTC
    I have no clue about perl ..thanks for your direction
Re: Re: Re: Re: Check tag value
by Anonymous Monk on Apr 08, 2004 at 12:20 UTC
    I can't seem to use perldoc
      What platform are you on?

      Besides accessing the perldocs on your own machine, which you seem to be having trouble with, you can also access the perdocs online at www.perldoc.com. Here is the link for 'perlre':

      HTH.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (6)
As of 2024-03-28 11:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found