Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^4: File integrity checker

by roperl (Beadle)
on Aug 24, 2017 at 18:42 UTC ( #1197953=note: print w/replies, xml ) Need Help??


in reply to Re^3: File integrity checker
in thread File integrity checker

Thanks that is helpful So how is
my $retval = gunzip 'file.gz' => 'file.out', Strict=>1 or $GunzipError +;
different than
my $retval = gunzip 'file.gz', 'file.out', Strict=>1 or $GunzipError;

Replies are listed 'Best First'.
Re^5: File integrity checker
by no_slogan (Deacon) on Aug 24, 2017 at 18:48 UTC
    It's not. The => operator is a "fat comma." (It also autoquotes its left-hand argument, which is why Strict=>1 doesn't produce a bareword warning.)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1197953]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2023-09-23 17:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?