D
Dr.Ruud
Ted Zlatanov schreef:
$file =~ s#/(?=/)##g;
if ($path eq '' || $path eq '/')
{
$path = '/index.html';
}
$file = sprintf('%s/%s', $to, $path);
$file =~ s#/(?=/)##g;