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 c38fe15 commit 761f20fCopy full SHA for 761f20f
pod/perlopentut.pod
@@ -364,7 +364,7 @@ the first example like this:
364
When you call C<open> this way, Perl invokes the given command directly,
365
bypassing the shell. As such, the shell won't try to interpret any
366
special characters within the command's argument list, which might
367
-overwise have unwanted effects. This can make for safer, less
+otherwise have unwanted effects. This can make for safer, less
368
error-prone C<open> calls, useful in cases such as passing in variables
369
as arguments, or even just referring to filenames with spaces in them.
370
0 commit comments