Help for this page

Select Code to Download


  1. or download this
    my @modifiedFiles   = ();  
    
    ...
    { 
       exit;
    }
    
  2. or download this
    
    my $modifiedFiles   = {};  
    ...
    
    ERROR: Can't use an undefined value as an ARRAY reference at E:\Inetpu
    +b\cgi-bin\wms.pl line 163.