Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    
    1;
    # end
    
  2. or download this
    #!/usr/bin/perl5
    
    ...
    {
            print "$map\n";
    }
    
  3. or download this
    use List::Util qw( apply );
    
    ...
                   grep  { /\.bsp\z/ }
                   readdir($maps_dh);
    }