Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re^4: File integrity checker

by roperl (Beadle)
on Aug 24, 2017 at 18:42 UTC ( [id://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?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (4)
As of 2024-04-26 00:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found