Hello All PERL master (monks) out there !
I need some perl wisdom here !!
I want to write a perl script which will allow
file download resuming, I have written a script to do this
what it does is that it reads every char from the target file and increments a variable and then writes it to a file ! and if the connection breaks the file is still there and when the next time the user tries to download it see if the download data file exist and if it does it reads it goes to the location in it and againg send the file and so on
...
to read chars i have used sysread();
i used seek to write data to data file !!
is seems to work but there must be a better way !!
so please help me
Thanx
Ahmad
axidpk.hypermart.net