in reply to Re: simple pattern matching.
in thread simple pattern matching.

That worked brilliant..... BUT
Is it possible to recover the text that you insert into the data??
Thanks
All the Best, Eoin...

If everything seems to be going well, you obviously don't know what the hell is going on.

Replies are listed 'Best First'.
Re: Re: Re: simple pattern matching.
by ar0n (Priest) on Apr 19, 2003 at 22:46 UTC
    Assuming the data is in $_,
    my ($text) = m!/([^/]+)/!;