sysread, sysseek, sysopen

2008-07-11 Thread oryann9
Are any of these calls deprecated or not recommended?
If so, what is recommended regardless of context.

sysopen INFILE, \"/dev/vpathXXX\", 0; \$i=0; sysseek(INFILE, 0, 0); 
while(sysread INFILE, \$buf, 1) {sysseek(INFILE,268435456,1); 

thank you!



  

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/




Re: sysread, sysseek, sysopen

2008-07-12 Thread Gunnar Hjalmarsson

oryann9 wrote:

Subject: sysread, sysseek, sysopen

Are any of these calls deprecated or not recommended?


Does "perldoc perlfunc" say anything about it? If not, they are not 
deprecated.


--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/