Re: Problem using variable with @PerlSetVar

2002-11-24 Thread Stas Bekman
Christopher Grau wrote: Hi, I have a fairly simple problem, but haven't had much luck finding the solution on Google or the mailing list archives. Basically, I have this code in httpd.conf: Perl print Enter some value you don't want written down: ; my $value = STDIN; chomp $value;

Problem using variable with @PerlSetVar

2002-11-22 Thread Christopher Grau
Hi, I have a fairly simple problem, but haven't had much luck finding the solution on Google or the mailing list archives. Basically, I have this code in httpd.conf: Perl print Enter some value you don't want written down: ; my $value = STDIN; chomp $value; print value =