summaryrefslogtreecommitdiff
path: root/devel/p5-IO/DESCR
blob: a12b91d683830e22745858a4d0f0f0e228bafd99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
IO provides a simple mechanism to load several of the IO modules
in one go. The IO modules belonging to the core are:

      IO::Handle
      IO::Seekable
      IO::File
      IO::Pipe
      IO::Socket
      IO::Dir
      IO::Select
      IO::Poll

Note that these modules should be loaded via

      use IO qw(Handle File); # etc.

and not via the deprecated method

      use IO;  # DEPRECATED