rsiedl has asked for the wisdom of the Perl Monks concerning the following question:
Code like this will work if called from the command line but not through the apache2 server.# Example code #!/usr/bin/perl my $blah = 0; # have not defined $result if ($blah == 1) { $result == "true" } if ($result eq "true") { print "True" }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Perl and Apache2 timeout
by Joost (Canon) on May 29, 2004 at 08:37 UTC | |
by rsiedl (Friar) on May 29, 2004 at 08:44 UTC | |
by chanio (Priest) on May 30, 2004 at 04:16 UTC | |
by Joost (Canon) on May 30, 2004 at 08:21 UTC | |
by rsiedl (Friar) on May 31, 2004 at 09:03 UTC |