Help - Perl CGI problem after ASL installation
Posted: Sun Apr 20, 2008 2:57 pm
Having just installed Atomic Secured Linux, I find that Perl CGI for form posts no longer works.
Specifically, if $ENV{'REQUEST_METHOD'} is POST, then this no longer works:
my $data;
read(STDIN, $data, $ENV{'CONTENT_LENGTH'});
This is a very serious problem for me, so any help would be much appreciated!
(How can I disable ASL until I find a solution?)
Specifically, if $ENV{'REQUEST_METHOD'} is POST, then this no longer works:
my $data;
read(STDIN, $data, $ENV{'CONTENT_LENGTH'});
This is a very serious problem for me, so any help would be much appreciated!
(How can I disable ASL until I find a solution?)