Rosetta Code/Count examples: Difference between revisions

Content added Content deleted
No edit summary
m (→‎{{header|Perl 6}}: Update link)
Line 1,796: Line 1,796:
Retrieves counts for both Tasks and Draft Tasks. Save / Display results as a sortable wikitable rather than a static list. Click on a column header to sort on that column. To do a secondary sort, hold down the shift key and click on a second column header. Tasks have a gray (default) background, Draft Tasks have a yellow background.
Retrieves counts for both Tasks and Draft Tasks. Save / Display results as a sortable wikitable rather than a static list. Click on a column header to sort on that column. To do a secondary sort, hold down the shift key and click on a second column header. Tasks have a gray (default) background, Draft Tasks have a yellow background.


For a full output, see [[Rosetta Code/Count examples/Full output]]
For a full output, see [[Rosetta Code/Count examples/Full list]]
<lang perl6>use HTTP::UserAgent;
<lang perl6>use HTTP::UserAgent;
use URI::Escape;
use URI::Escape;