- or download this
use warnings;
use strict;
...
{
return +(innercall('test')||'') =~ /gzip/;
}
- or download this
return +(innercall('test')||'') =~ /gzip/;
- or download this
return (innercall('test')||'') =~ /gzip/;
- or download this
return +($r->header_in('Accept-Encoding')||'') =~ /gzip/;