Help for this page

Select Code to Download


  1. or download this
    my @arr = (
      {
        filename => 'foo.txt',
    ...
      },
      { filename => 'readme', time => time(), filetype => 'blue' },
    );
    
  2. or download this
    print "$_->{filename}\n" for @blue_files;