Yahoo! search interface: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix comments and code: Perl 6 --> Raku)
Line 1,338: Line 1,338:




YahooSearch.pm6:
YahooSearch.rakumod:


<lang perl6>
<lang perl6>
Line 1,400: Line 1,400:
And the invocation script is simply:
And the invocation script is simply:


yahoo-search.pl6
yahoo-search.raku
use YahooSearch;
use YahooSearch;


So:
So:
perl6 yahoo-search.pl6 test
raku yahoo-search.raku test


Should give out something like the following:
Should give out something like the following: