Skip to content

Commit

Permalink
perlfunc: Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
khwilliamson committed Sep 29, 2015
1 parent 1dbe01a commit 94757bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlfunc.pod
Expand Up @@ -2893,7 +2893,7 @@ C<glob(".* *")> matches all files in the current working directory.
If you want to glob filenames that might contain whitespace, you'll
have to use extra quotes around the spacey filename to protect it.
For example, to glob filenames that have an C<e> followed by a space
followed by an C<f>, use either of:
followed by an C<f>, use one of:

@spacies = <"*e f*">;
@spacies = glob '"*e f*"';
Expand Down

0 comments on commit 94757bf

Please sign in to comment.