Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: matching constants within a regular expression?

by thelenm (Vicar)
on Mar 10, 2004 at 23:00 UTC ( [id://335651]=note: print w/replies, xml ) Need Help??


in reply to matching constants within a regular expression?

I think what you want is ${\ATTRIBUTE_0} or @{[ATTRIBUTE_0]}.

What you have, @{ATTRIBUTE_0}, is basically the same as @ATTRIBUTE_0 without the braces.

-- Mike

--
XML::Simpler does not require XML::Parser or a SAX parser. It does require File::Slurp.
-- grantm, perldoc XML::Simpler

Log In?
Username:
Password:

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

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

    No recent polls found