Rosetta Code/Run examples: Difference between revisions

m
→‎{{header|Perl 6}}: invert comparison
(→‎{{header|Perl 6}}: Bug fixes and updates for 2018.05)
m (→‎{{header|Perl 6}}: invert comparison)
Line 330:
 
if $get-tasks { # load tasks from web if cache is not found, older than one day or forced
if !"%l<dir>.tasks".IO.e or (now - "%l<dir>.tasks".IO.modified - now) > 86400 or $remote {
note 'Retrieving task list from site.';
@tasks = mediawiki-query( # get tasks from web
10,327

edits