Help for this page

Select Code to Download


  1. or download this
    package EcomAllcancel;
    
    ...
            $biuw->{log}->warn("$feedfullpath does not exist. Loading stop
    +ped.\n");
            return $exception;
        }
    
  2. or download this
             my $exception = {
                table => $tablename,
                exception => 'nonexistent',
    ...
            };
            return ($exception);
        }