Help for this page

Select Code to Download


  1. or download this
    use feature ":5.14";
    use warnings FATAL => qw(all);
    ...
    {
        print "$i: " . $words[$i] . "\n";
    }
    
  2. or download this
    0: aaaa
    1: bbb
    2: ccc