Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org

BBS: Re: Perl string manipulation - September 18, 1998 at 08:42:23

You are here: irt.org | BBS | Re: Perl string manipulation [This BBS is closed]

Posted by Bob on September 18, 1998 at 08:42:23:

In Reply to: Re: Perl string manipulation posted by Jason Nugent on September 18, 1998 at 07:20:52:

Hi guys,
Thanks for taking the time to help but when I have tried these two expressions :

$pish =~ s/| (\w+)|$/$1/;
$pish =~ s/\|\w+\|\+-+\+\| (\w+?)\|$/$1/;

I get the exact same string in the variable. Any other ideas?

Ta,
Neil

Follow-ups:

You are here: irt.org | BBS | Re: Perl string manipulation [This BBS is closed]

©2018 Martin Webb