Is there a way to make a callback function so that while you send data you can send the bytes uploaded to a file?
like
Net::Cmd;
open(R,"$file");
while(R($file,&callback,$b
yte)
{
datasend() ?
}
close(R);
sub callback
{
$count = $count + $byte;
}
Thanks for any help anyone can lend.
Best regards,
Dr34m3r
Start Free Trial