Hi all,

I have a doubt in File handling concept. 
right now i am using such code : 

--------------snippet-start---------------
open my $h,$filename or die  $!;
# do something here  --- 
close $h;
----------------snippet-end--------------

Is there any other efficient way while dealing with r/w operations on files > 200MB ? 

thanks,
KM


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to