From: "Ruud H.G. van Tol"
> On 2014-03-30 19:10, Octavian Rasnita wrote:
>> From: "Dr.Ruud"
>>
>>> On 2014-03-30 12:26, Octavian Rasnita wrote:
>>>
But I also want that module to export strict and warnings.
>>>
>>> http://search.cpan.org/perldoc?Modern%3A%3APerl
>>
>> Thanks. I know about i
On 2014-03-30 19:10, Octavian Rasnita wrote:
From: "Dr.Ruud"
On 2014-03-30 12:26, Octavian Rasnita wrote:
But I also want that module to export strict and warnings.
http://search.cpan.org/perldoc?Modern%3A%3APerl
Thanks. I know about it but it is not helpful.
How unimaginative you are.
From: "Dr.Ruud"
On 2014-03-30 12:26, Octavian Rasnita wrote:
But I also want that module to export strict and warnings.
http://search.cpan.org/perldoc?Modern%3A%3APerl
--
Ruud
Thanks. I know about it but it is not helpful.
I want to use in my scripts just:
use MyModule;
#And here to
On 2014-03-30 12:26, Octavian Rasnita wrote:
But I also want that module to export strict and warnings.
http://search.cpan.org/perldoc?Modern%3A%3APerl
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.per
Hello,
I am trying to create a module that exports a few subroutines in the script
that uses it.
This is OK, very simple to do using Exporter.
But I also want that module to export strict and warnings.
If I don't use Exporter in the module, I can make it to export strict and
warnings, using