We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee3bf27 commit f1417abCopy full SHA for f1417ab
doc/Type/IO/Special.pod6
@@ -7,9 +7,9 @@
7
=for code
8
class IO::Special does IO { }
9
10
-Used as a L«C<$.path>|/type/IO::Handle#method_path>» attribute in special
11
-standard input and output handles C<$*IN>, C<$*OUT> and C<$*ERR>. Provides
12
-abridged interface of L«C<IO::Handle>|/type/IO::Handle», mostly file tests
+Used as a L«C<$.path>|/type/IO::Handle#method_path>» attribute in file handles
+for special standard input C<$*IN> and output C<$*OUT> and C<$*ERR>. Provides
+a bridged interface of L«C<IO::Handle>|/type/IO::Handle», mostly file tests
13
and stringification.
14
15
=head1 Methods
0 commit comments