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

Re^5: Gzip compression issue?

by Anonymous Monk
on Dec 27, 2011 at 14:09 UTC ( [id://945190]=note: print w/replies, xml ) Need Help??


in reply to Re^4: Gzip compression issue?
in thread (SOLVED by Anonymous Monk) Gzip compression issue?

See also B::Deparse

$ cat junk int( $ext eq "jpg"||"gif"||"bmp") $ perl -MO=Deparse,-p junk int(((($ext eq 'jpg') or 'gif') or 'bmp')); junk syntax OK $ perl -le " print int( 'jpg' eq 'jpg' ) " 1 $ perl -le " print int( 'gif' ) " 0 $ perl -le " print int( 'bmp' ) " 0

Log In?
Username:
Password:

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

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

    No recent polls found