Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl5.22.1
    
    ...
    
    my $i = 0;
    say "tag ", $i++, ": [$_]" for @tags;
    
  2. or download this
    tag 0: [lls foo]                                                      
    +          
    tag 1: [some randome tag]
    tag 2: [last_tag]