[cgiwrap-users] CGIWrap & back ticks
Brought to you by:
nneul
From: Kyle <ky...@cc...> - 2001-12-20 19:10:09
|
In my PERL scripts, I use commands like these commonly: $hostname = `hostname`; $dir = `pwd`; $date = `date +%c`; All of these functions return null when run under cgiwrap, but work fine when cgiwrap is bypassed. 1) Why don't they work under CGIWrap? 2) What can I do to get around this problem? I need these functions (and others). If it is okay for user "Kyle" to do these functions, then why can't my script run them under CGIWrap as user "Kyle"? PLEASE help me! -Kyle |