Author:
erics, December 30th, 2010
Any attempt to write yet another web framework would be an utter waste of time and effort. There are some significantly well-developed and well-supported Open-Source frameworks that would make any singular effort moot. Recent project efforts have taught me valuable lessons about trying to roll one’s own system. Much better to rely upon the many […]
Categories: Rants, Technology Tags: Catalyst, FastCGI, JQuery, OOPerl, perl, SproutCore
|
No comments
Author:
erics, May 14th, 2010
That is what our new code engine is doing…
Categories: Technology Tags: OOPerl, perl
|
No comments
Author:
erics, April 22nd, 2010
The past few days have seen some of the best improvements in my PERL coding skills in years. Thank you Jeremy and Carolyn for the chance to work with you on these projects! Today’s views from my office window:
Categories: Nature, Photography, Technology, What? Tags: Backyard, Blooms, OOPerl, perl, Spring, What?
|
No comments
Author:
erics, April 20th, 2010
Just had a major coding epiphany! Just getting a handle on self. Connecting the dots is fun!
Categories: Technology Tags: OOPerl, perl
|
No comments
Author:
erics, December 18th, 2009
[perl] use strict; use Email::Sender::Simple qw(sendmail); use Email::Simple; use Email::Simple::Creator; my $email = Email::Simple->create( header => [ To => ‘"Eric" <eric@example_human.com>’, From => ‘"Quota Monitor" <quotamon@example_web_server.com>’, Subject => "Automated Message from QuotaMon", ], body => "User foo is over quota\n", ); sendmail($email); [/perl]
Categories: How-To's, Technology Tags: Email, OOPerl, perl
|
No comments