Yahoo! search interface: Difference between revisions

m
→‎{{header|Raku}}: Fix comments and code: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix comments and code: Perl 6 --> Raku)
Line 1,338:
 
 
YahooSearch.pm6rakumod:
 
<lang perl6>
Line 1,400:
And the invocation script is simply:
 
yahoo-search.pl6raku
use YahooSearch;
 
So:
perl6raku yahoo-search.pl6raku test
 
Should give out something like the following:
2,392

edits