Just another crazy day

Published Date Author: , Posted November 11th, 2009 at 3:59:35pm

Just finished conf call for Rapida. Things are going well. Should be able to achieve the Nov. 29th rollout date. Plan almost finished.

Had a major epiphany today about OO Perl. Jeremy is an excellent teacher and helped me to understand that subs defined in a perl module are available as references from the main object vis a vis…
[code]
$ref = new CGI;
print $ref->h1(‘this is title text’);
[/code]
Where $ref->h1('text') is calling sub h1 in module CGI. VERY COOL!

No comments as yet.

Leave Your Comment  Leave a comment

All fields marked with "*" are required.