Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Reducing application footprint: large text files

by salva (Canon)
on Mar 01, 2018 at 10:09 UTC ( [id://1210129]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Reducing application footprint: large text files
in thread Reducing application footprint: large text files

You can use Filter::gunzip to use a compressed module.

Just compress the module using gzip and then prepend the header telling perl to use the filter:

gzip -9 Module.pm echo "use Filter::gunzip;" >Module.pm cat Module.pm.gz >>Module.pm

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (6)
As of 2024-04-24 03:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found