in reply to Re: (MeowChow) Re: -d fails outside the current working directory
in thread -d fails outside the current working directory
Speaking of untainting, you are using -T, right?my $userpath = $CGI->param('userpath'); my $basepath = "C:/wwwroot/whatever"; my $path = join '/', $basepath, $userpath =~ /\w+/g;
MeowChow s aamecha.s a..a\u$&owag.print
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (MeowChow) Re3: -d fails outside the current working directory
by Anonymous Monk on Jun 05, 2002 at 21:54 UTC | |
by MeowChow (Vicar) on Jun 05, 2002 at 21:56 UTC |