Front page | perl.perl5.porters |
Postings from October 2003
Re: require UNIVERSAL;
Thread Previous
|
Thread Next
From:
Graham Barr
Date:
October 6, 2003 13:32
Subject:
Re: require UNIVERSAL;
Message ID:
1AC1C499-F83C-11D7-B726-0003938857CC@pobox.com
On 6 Oct 2003, at 21:20, schwern@pobox.com wrote:
> On Mon, Oct 06, 2003 at 05:05:06PM +0100, Graham Barr wrote:
> And then there is also
>>
>> http://search.cpan.org/perldoc?UNIVERSAL::exports
>>
>> which is just as evil
>
> Evil is Good. :)
>
> Anyhow, it doesn't have the UNIVERSAL.pm import side effect AFAIK.
I don't see how not, it does
package UNIVERSAL;
use Exporter::Lite qw(import);
Graham.
Thread Previous
|
Thread Next