Re: Importing subs + strict and warnings using Exporter

2014-03-31 Thread Octavian Rasnita
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

Re: Importing subs + strict and warnings using Exporter

2014-03-30 Thread 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 it but it is not helpful. How unimaginative you are.

Re: Importing subs + strict and warnings using Exporter

2014-03-30 Thread Octavian Rasnita
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

Re: Importing subs + strict and warnings using Exporter

2014-03-30 Thread 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 -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.per

Importing subs + strict and warnings using Exporter

2014-03-30 Thread Octavian Rasnita
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