Rosetta Code/Tasks without examples: Difference between revisions

m
→‎{{header|Raku}}: New URL for relocated site
m (syntax highlighting fixup automation)
m (→‎{{header|Raku}}: New URL for relocated site)
Line 672:
# Get list of Tasks
say "Updating Programming_Tasks list...";
my $page = "httphttps://rosettacode.org/wiki/Category:Programming_Tasks";
my $html = $ua.get($page).content;
my $xmldoc = parse-html($html, :TAG<div>, :id<mw-pages>);
Line 694:
 
# Get the raw page
my $html = $ua.get: "httphttps://rosettacode.org/wiki/{$title}";
 
# Filter out the actual task description
10,327

edits