Re: TDD and BDD with perl scripts

2014-03-30 Thread Sebastien Feugere
Hi, You can start here : http://modernperlbooks.com/books/modern_perl/chapter_09.html Then, you can take a look at the Test Anything Protocol (TAP) concept. After that, you can check the Test::SImple and Test::More. http://testanything.org/ https://metacpan.org/pod/Test::Simple

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.

TDD and BDD with perl scripts

2014-03-30 Thread Benjamin Fernandis
Hi, I am new with perl and using it for my sys admin jobs. I want to use TDD / BDD with my perl scripts to make it more robust. Can you please suggest me that how to integrate TDD/BDD with perl scripts.? In my company , developer uses rspec and cucumber with ruby based code. I am from sys admi

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

Re: Brand New

2014-03-30 Thread Maurice McCarthy
I think I concatenated the to to http ! and that is why the 404 error. Thanks for the info. Maurice On Tue, Mar 25, 2014 at 06:26:46AM -0500 or thereabouts, Mike Flannigan wrote: > > Howdy, > > I get a 404 Not Found when I go to that link. > > You can use Perl as a browser, but it's not > be