|
I am using the following line in perl to create a file called $fileinfo, but I get a "no such device" error - since I am a newbie, I have no idea where to look for the error. Any ideas?
$fd = $smb->open(">smb://$destination_server/$destination/$fileinfo", 0666); |