Process SMIL directives in XML data: Difference between revisions

m
→‎{{header|Raku}}: Fix code: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Raku}}: Fix code: Perl 6 --> Raku)
Line 319:
(formerly Perl 6)
A crude attempt that only works with task data.
<lang perl6>#!/usr/bin/envuse perl6XML::XPath;
 
use XML::XPath;
 
my $smil = q:to<DATA>; # cramped verison, modified from task data
2,392

edits