Hi All,

As the guys o the chat line say, "Death to parenthesis".

Can I get away with doing away with parenthesis on these,
or does it man something different without the parenthesis?


( $NewRev = $Line ) ~~ s| .* "Version: <\/b>" ||;
$NewRev = $Line ~~ s| .* "Version: <\/b>" ||;

return ( $a, $b );
return  $a, $b;

Many thanks,
-T

Reply via email to