![]() |
|
There's more than one way to do things | |
PerlMonks |
perlman:lib:IOby root (Monk) |
on Dec 23, 1999 at 00:49 UTC ( [id://1116]=perlfunc: print w/replies, xml ) | Need Help?? |
lib:IOSee the current Perl documentation for lib:IO. Here is our local, out-dated (pre-5.6) version: ![]() IO - load various IO modules
![]()
use IO;
![]()
IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket For more information on any of these modules, please see its respective documentation. |
|