Portál AbcLinuxu, 26. prosince 2025 18:47
#!/usr/bin/perl
print "Content-type: text/html\n\n";
print "\n";
foreach $key (sort keys(%ENV)) {
print "$key = $ENV{$key}";
}
print "\n";
exit(0);
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.