![]() |
|
P is for Practical | |
PerlMonks |
perlfunc:readby gods (Initiate) |
on Aug 24, 1999 at 22:43 UTC ( #316=perlfunc: print w/replies, xml ) | Need Help?? |
readSee the current Perl documentation for read. Here is our local, out-dated (pre-5.6) version: ![]() read - fixed-length buffered input from a filehandle
![]() read FILEHANDLE,SCALAR,LENGTH,OFFSET read FILEHANDLE,SCALAR,LENGTH
![]()
Attempts to read
LENGTH bytes of data into variable
SCALAR from the specified
FILEHANDLE. Returns the number of bytes actually read,
|
|