Help for this page

Select Code to Download


  1. or download this
    Microsoft VBScript runtime error '800a000d'
    
    Type mismatch: 'EndSQLDate'
    
    C:\WWWROOT\CUSTOMERS\K-O\MY\AGENT\../searchresults.asp, line 683
    
  2. or download this
    sub new
    {
    ...
    
            bless $self, __PACKAGE__;
    }
    
  3. or download this
    sub getsearchresults{
         my $self = shift;
    ...
        print $res;
        exit;
    }