KP Kirchdoerfer wrote:
> uPerl is available in testing for a few month. I believe we haven't got a 
> feedback yet.
>
>   
I tried to take advantage of the uperl package but it seems that is no 
support for the environment variables, since the following script:

#!/usr/bin/perl
print "content-type: text/html\n\n
<html>
<head>
 <title>Perl test</title>
</head>
<body>\n
<h1>Environment variables are: </h1><br>\n";

foreach $key (sort keys(%ENV)) {
   print "$key = $ENV{$key}<p>";
}

print "\n</body>\n</html>";
exit(0);

does not print anything after "Environment variables are:".

Cheers

Luigi

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to