in reply to Re: Twofer: 'use base' vs 'use'; and SuperSearch
in thread Twofer: 'use base' vs 'use'; and SuperSearch
you get:#!/usr/bin/perl use strict; use warnings; use base qw/Kjfnekjrn/;
You're absolutely right that it isn't complaining that it couldn't find the file, but the error message is helpful and to the point, in my opinion.Base class package "Kjfnekjrn" is empty. (Perhaps you need to 'use' the module which defines that package f +irst.) at tt.pl line 4 BEGIN failed--compilation aborted at tt.pl line 4.
|
|---|