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 51bf410 commit 9131eb7Copy full SHA for 9131eb7
S32-setting-library/IO.pod
@@ -237,7 +237,7 @@ C<False>.
237
=head2 mkdir()
238
X<mkdir()>
239
240
- sub mkdir($dir as IO --> Bool) is export
+ sub mkdir($dir as IO, $mode = 0o777 --> Bool) is export
241
242
Creates the directory as indicated by the positional parameter. Returns
243
C<True> on success or an appropriate C<Failure>.
@@ -898,7 +898,7 @@ rather than the lines themselves. By default, lines will be returned.
898
=head3 .mkdir
899
X<.mkdir>
900
901
- method mkdir(--> Bool)
+ method mkdir($mode = 0o777 --> Bool)
902
903
Like L</mkdir()>, but with L</.absolute> as the first parameter.
904
0 commit comments