Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: export all symbols

by marcussen (Pilgrim)
on Jan 22, 2009 at 00:00 UTC ( [id://737994]=note: print w/replies, xml ) Need Help??


in reply to export all symbols

Not trying to be insulting, but, you do know that perl supports several character classes that match what you are using. Such as \d = [0-9] as well as inverted patterns, \D = [^0-9], etc.

Then again, assuming that you are familiar with perlre, you might be glad to know that you can add your own or CPAN's modules to where ever you can write files. It does not have to be a global install for it to work. I am assuming that you could spare a few Kb's worth of diskspace as you said server, not embedded system

Confucius says kill mosquito unless cannon

Replies are listed 'Best First'.
Re^2: export all symbols
by jh (Beadle) on Feb 23, 2009 at 19:26 UTC
    Those simple regexes were just examples... no one on here wants to see my actual 4-line regexes. :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-04-25 10:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found