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 3fbdffd commit c0046b5Copy full SHA for c0046b5
Preface/find_moth_genera.p6
@@ -44,8 +44,8 @@ sub MAIN (*@*ARGS where .elems > 0 ) { # at least one argument
44
#
45
# https://docs.perl6.org/language/functions#index-entry-USAGE
46
sub USAGE {
47
- print q:to/HERE/;
48
- perl6 find_moths.p6 FILE1 [FILE2 [FILE3] ...]
+ print qq:to/HERE/;
+ perl6 $*PROGRAM FILE1 [FILE2 [FILE3] ...]
49
50
Specify one or more files on the command line and this program
51
will print all of the lines containing the word moth.
0 commit comments