Rob Dixon wrote: > Hi again Kasi. Still not using /x ? ;-) > > Look: > > print my $t="href=\"(.*?)\"><IMG.*?border=0>"; > outputs > href="(.*?)"><IMG.*?border=0>
Hmmmm. this gets me thinking. How does that translate into a regex when such a variable is passed in? Would Perl do the escaping and feed the regex something like: /href="\(\.\*\?\)\"><IMG\.\*\?border=0>/ then? Joseph -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]