On 05/28/2018 01:26 AM, ToddAndMargo wrote:
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
And this?
( $ReturnStr, $CurlStatus ) = CurlDownloadFile( $DownloadAddr,
$NewFileName, %MaxTime<MaxTime2> );
$ReturnStr, $CurlStatus = CurlDownloadFile( $DownloadAddr, $NewFileName,
%MaxTime<MaxTime2> );