in reply to
unlink unworking
To avoid errors in creating links and directories you can use
readlink
function
i.e.
readlink($theLink);
to chech if the link exists.
Then you'd better use
time()
function to create a uniq name of your directory
i.e.
$dirname = $path.time();
[download]
/Maqs.
Comment on
Re: unlink unworking
Download
Code
In Section
Seekers of Perl Wisdom