http://qs1969.pair.com?node_id=594148


in reply to Re: Issue with Exporter
in thread Issue with Exporter

It works. Thankyou. I shud adhere to the rules of being strict and use warnings.

I would like to know why it is not working with use and working with require. Anyway use is require and import together right.

Thanks

Replies are listed 'Best First'.
Re^3: Issue with Exporter
by ferreira (Chaplain) on Jan 11, 2007 at 13:39 UTC

    It works for me with use Exporter; instead of require Exporter;. The point is that use'ing is not necessary when what you want is to inherit from Exporter in package one.