Starting a web browser: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl6 -> Raku links and comments)
Line 121: Line 121:


=={{header|Go}}==
=={{header|Go}}==
This uses the same format and color scheme for the table as the Perl 6 entry.
This uses the same format and color scheme for the table as the Raku entry.
<lang go>package main
<lang go>package main


Line 253: Line 253:
{{out}}
{{out}}
<pre>
<pre>
Similar to the Perl 6 entry.
Similar to the Raku entry.
</pre>
</pre>


Line 328: Line 328:
=={{header|Perl}}==
=={{header|Perl}}==
Borrowing code from the [[Separate_the_house_number_from_the_street_name|Separate the house number from the street name]] task.
Borrowing code from the [[Separate_the_house_number_from_the_street_name|Separate the house number from the street name]] task.
{{trans|Perl 6}}
{{trans|Raku}}
<lang perl>use File::Temp qw(tempfile);
<lang perl>use File::Temp qw(tempfile);