The Perl and Raku Conference 2025: Greenville, South Carolina - June 27-29 Learn more
123456789 shift->send_http_header("text/plain");unless($My::config_is_perl) { while (my($key,$val) = each %ENV) { print "$key=$val\n"; }}print "TOTAL: ", scalar keys %ENV;
shift
->send_http_header(
"text/plain"
);
unless
(
$My::config_is_perl
) {
while
my
$key
,
$val
) =
each
%ENV
print
"$key=$val\n"
;
}
"TOTAL: "
scalar
keys