in reply to Re: Why do I need -w in a cgi script
in thread Why do I need -w in a cgi script
# perl -e '$a=`which perl`;symlink $a,"$a\r"'
Liz
Update:
Change symlink creation to a more Perlish way.
Update:
Changed perlish way from # perl -e 'symlink $^X,"$^X\r"' to the above, to take into account the directory where Perl resides. Pointed out by ambrus.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Why do I need -w in a cgi script
by ambrus (Abbot) on Oct 10, 2003 at 10:59 UTC | |
|
Re: Re: Re: Why do I need -w in a cgi script
by ambrus (Abbot) on Oct 17, 2003 at 11:56 UTC |