Starting a web browser: Difference between revisions

m
Fix Perl6 -> Raku links and comments
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (Fix Perl6 -> Raku links and comments)
Line 121:
 
=={{header|Go}}==
This uses the same format and color scheme for the table as the Perl 6Raku entry.
<lang go>package main
 
Line 253:
{{out}}
<pre>
Similar to the Perl 6Raku entry.
</pre>
 
Line 328:
=={{header|Perl}}==
Borrowing code from the [[Separate_the_house_number_from_the_street_name|Separate the house number from the street name]] task.
{{trans|Perl 6Raku}}
<lang perl>use File::Temp qw(tempfile);
 
10,327

edits