Help for this page

Select Code to Download


  1. or download this
    my @matchers = (
      [ qr/(Lz0|PLATO)/i => 'Apps' ],
    ...
        last;
      }
    }
    
  2. or download this
    use List::Util qw(first);
    my $category = map {
    ...
    {
      print "[ERROR] Unrecognised release type: $release_name\n";
    }