Is is possible to pass a regular express as the
parameter of an argument...

for example (a stupid one):

I want to write a function search such that when I
call:
search ($string,/^T.../)

that basically just do
$string =~ m/^T.../

__________________________________
Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!
http://sbc.yahoo.com

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to