Rodent of Unusual Size wrote: > > From the fingers of Dean Gaudet flowed the following: > > > >But $0 == "nph-foobar.cgi" is a theoretical possibility. > > Yes indeed - which is successfully matches by m:^(.*/)*nph-[^/]*$: > as expected.
I feel impelled to point out that ^(.*/)* is the same as /. Isn't it? As in m:/nph-[^/]*$ (given that URLs always start with a /). Cheers, Ben. -- Ben Laurie Phone: +44 (181) 994 6435 Email: [EMAIL PROTECTED] Freelance Consultant and Fax: +44 (181) 994 6472 Technical Director URL: http://www.algroup.co.uk/Apache-SSL A.L. Digital Ltd, Apache Group member (http://www.apache.org) London, England. Apache-SSL author
