http://www.perlmonks.org?node_id=128000


in reply to Re: Help with regexp
in thread Help with regexp to capture quotes

TIMTOWTDI
I would prefer to use split.

while (<DATA>) { print; ( my $after = (split /=/)[1] ) =~ s/"//g; print $after; } __END__ FCP_REQID=103806 FCP_LOGIN="USER/PASS" FCP_USERID=3944 FCP_PRINTER="noprint"



HTH,
Charles K. Clarkson


Half a cookie is better than