Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PERL
61
print
Guest on 7th July 2022 08:35:11 AM
#!/usr/local/bin/perl5
print
"Content-type: text/html
\n
\n
"
;
while
(
(
$key
,
$val
)
=
each
%ENV
)
{
print
"$key = $val<BR>
\n
"
;
}
Raw Paste
#!/usr/local/bin/perl5 print "Content-type: text/html\n\n"; while (($key, $val) = each %ENV) { print "$key = $val
\n"; }
Login
or
Register
to edit or fork this paste. It's free.