Steve Bertrand wrote:

Hi!

Well, working on windows does have its benefits. When something goes
horribly wrong, you can always point the finger to Redmont and your
users will believe you (not matter who's fault it really is)...

I can tell you work in an Enterprise environment already ;)

Yeah. I'm the Sysadmin and in-house software developer in the production environment of a Magna plant (automotive industry).

ps. This would be off topic if I didn't include some code:

Ooops, yeah, right. Forgot to do that. Here it goes:

#!/usr/bin/perl
use strict;
use warnings;
use 5.010;

use Acme::ButFirst;
use Acme::Don't;

if(!(my $error)) {
    say "Program finished";
} but first {
    say "Program started";
} don't {
    say "Doing some useful work";
}


LG
Rene

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to