Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Compressing files on an entire disk

by hippo (Bishop)
on Feb 07, 2023 at 22:35 UTC ( [id://11150226]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Compressing files on an entire disk
in thread Compressing files on an entire disk

for my $src (@files) { my $status = zip $src => "${src}.zip" or die "zip failed: $ZipError\n"; } # And, if you're confident unlink @files;

You cannot just arbitrarily throw arrays into subroutines which explicitly require scalar arguments and expect it to work.


🦛

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (7)
As of 2024-04-26 08:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found