mirror of https://github.com/BOINC/boinc.git
6 lines
116 B
Plaintext
6 lines
116 B
Plaintext
|
#!/usr/bin/perl
|
||
|
|
||
|
|
||
|
print "Content-type: text/plain\n\nHet werkt!\n";
|
||
|
print "$_ = '$ENV{ $_ }'\n" for sort keys %ENV;
|