http://www.perlmonks.org?node_id=1062950


in reply to Re: I apologize for yesterday's downtime
in thread I apologize for yesterday's downtime

Like LanX I too enjoyed posting blinking text into the CB. But unlike LanX I didn't know when to stop.

So I'd also like to take this opportunity to apologize to anyone I might have upset, as a result of my actions in the CB yesterday.

Best wishes, and thanks, ambrus, for your efforts to improve the PerlMonks system. Even if things didn't work out, as planned.

--Chris

#!/usr/bin/perl -Tw
use Perl::Always or die;
my $perl_version = (5.12.5);
print $perl_version;

Replies are listed 'Best First'.
Re^3: I apologize for yesterday's downtime
by LanX (Saint) on Nov 17, 2013 at 00:08 UTC
    O dude, relax! =)

    Don't take this mixture of IT kindergarten and after-work-party here too serious. ;-)

    Just be careful to always deeply respect your mother!

    Cheers Rolf

    ( addicted to the Perl Programming Language)

      Thank you for your thoughtful reply LanX,
      and your word of caution. :)

      --Chris

      #!/usr/bin/perl -Tw
      use Perl::Always or die;
      my $perl_version = (5.12.5);
      print $perl_version;