Re: It's not PHP, is it? (potential new CPAN module)



Addendum
cvm Errata

I seem to have flamed the crap out of my boss in paragraph 3. To be fair to him, I'll point out that he's been the only developer until this year.

"Why not just use CGI?" I have two reasons. First, CGI uses some odd conventions that I find too limiting. Second, CGI starts a new Perl interpreter for each request. I'd rather run the risk of polluting the interpreter and get the extra performance.

It looks like I didn't proof the last 2 paragraphs of my message. Whoops. They still mean what I meant, though.

I forgot to ask: Is there an existing root-level namespace I should use for this? I've heard grumblings about all-caps module names. Is SDH going to be a problem? How about Apps::SDH (or whatever namespace comes out of the first question)? (I ask because I've read grumblings about package names that are all- or no-caps.)


Peas,
-CvH
.



Relevant Pages

  • SOLVED re: GD::Text::Wrap
    ... notes to clarify since I found the module notes to be scant. ... my $query = new CGI; ... EOSTR ... # left and top positioning of paragraph ...
    (perl.beginners)
  • Re: Carriage Return and LineFeeds Question
    ... This cgi parses through the file, puts it in an array and if it encounters a paragraph break, I want it to insert "^P". ... It's just a consecutive sequence of newlines. ... print UPLOADFILE;} close UPLOADFILE; ...
    (perl.beginners)
  • Re: CGI.pm v2.91 bug with $q->p()?
    ... simple CGI code below demonstrates the problem, ... # Print the html header ... calling pwith no parameters produces an empty paragraph tag: ...
    (comp.lang.perl.misc)
  • Re: CGI.pm v2.91 bug with $q->p()?
    ... Mumia W. wrote: ... simple CGI code below demonstrates the problem, ... # Print the html header ... calling pwith no parameters produces an empty paragraph tag: ...
    (comp.lang.perl.misc)