Help for this page

Select Code to Download


  1. or download this
    #!/home/rir/rakudo/parrot_install/bin/perl6
    
    ...
    say '@array = $match; then  @array: [';
    for @array -> $i { say $i ; }
    say "]";