Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print $_->(), "\n" for @flist;
    @array[0 .. 3] = 10 .. 13;
    print $_->(), "\n" for @flist;
    
  2. or download this
    0
    1
    ...
    11
    12
    13