in reply to Re^2: unlink($ful) does not delete
in thread unlink($ful) does not delete
The error message will show up in your webserver's error log. If the filename printed is what you expect it to be, and you can't work out from the error message what the actual problem is, we can help you with that. But you will have to tell us what the error message is.$thef=param('f'); $ful="../../alpha/tempf/".$thef; unlink($ful) or die "Couldn't unlink($ful): $!";
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: unlink($ful) does not delete
by daithimcc (Novice) on Dec 07, 2007 at 18:48 UTC | |
by CountZero (Bishop) on Dec 07, 2007 at 20:56 UTC | |
by graff (Chancellor) on Dec 08, 2007 at 02:08 UTC |