Help for this page

Select Code to Download


  1. or download this
    package MAP;
    
    use diagnostics;
    ...
    
    1;
    # end
    
  2. or download this
    #!/usr/bin/perl5 -w
    
    use diagnostics;
    ...
    {
    print "$map\n";
    }
    
  3. or download this
    Name "main::cstrike" used only once: possible typo at ./loadmap.pl lin
    +e 12 (#1)
        (W once) Typographical errors often show up as unique variable nam
    +es.
        If you had a good reason for having a unique name, then just menti
    +on it
    ...
    Uncaught exception from user code:
            Can't use string ("1") as an ARRAY ref while "strict refs" in 
    +use at MAP.pm line 39.
            MAP::array('cstrike') called at ./loadmap.pl line 9