variables.pl

per admin darrera modificació 2020-04-06T13:06:38+02:00
#!/usr/bin/perl print "Content-type: text/html\n\n"; foreach $key (keys %ENV) { print "$key --> $ENV{$key}
"; }