looking for a location to put a PHP emulator module

2003-08-14 Thread Kit DeKat
Im a first time donar to CPAN and have a module that emulates
some of the simple assests of PHP and i need a suggestion of
where to put it.
In case you not familiar with PHP, here's what mine emulates:

  PHP has global array that store the GET, POST, COOKIE, and
  SESSION key/values in named arrays -- which act like Perls
  hashes, ie: _GET['usr'] is identical to my $_GET{'usr'}.
  The rest of PHP functionality is the ability to embed PHP
  inline with HTML in any directory. This ability is already
  created with the combination of modperl and EmbPerl.
  Thus with the combination of modperl, EmbPerl and my module,
  you can create pages with identical strengths as PHP has,
  but continue to use all of you're existing Perl knowledge.
I also include some helper functions for web functionality,
called get/set/remCookie() which controls cookies and the
getFormData() which returns a hash that combines all the
environment values into a hash-ref, similar to the CGI::new().
I was thinking of making a PHP::Vars that contains the current
above functionality, and then a PHP::Emulate that would contain
the above and additional functions that would require modperl
and EmbPerl to be loaded as well to fully flesh out the complete
picture.
Best regards,
 Kit DeKat mailto:[EMAIL PROTECTED]
 Web/Systems Programmer
-BEGIN PERL GEEK CODE BLOCK-
Version: 0.01
P++>[EMAIL PROTECTED] >++M+$O+>+++(++)$MA >+E+PU >+BD >++C >*$
D++S++>[EMAIL PROTECTED]>++WP?MO?PP!n?CO?PO--o?G A--Ee+++Ev w+m!
--END PERL GEEK CODE BLOCK-- 



Perf::Stopwatch, addition of a namespace

2003-11-04 Thread Kit DeKat
I made a request about a week ago and have neither received a positive nor 
a negative response -- for which cpan and pause proclaim as a good sign 
since no one disagrees with the notion. I see my modules parsed and loaded 
into my author directory www.cpan.org/authors/id/K/KI/KITDEKAT/ and the 
category directory 
www.cpan.org/modules/by-category/03_Development_Support/Perf/KITDEKAT/ yet 
i dont see Perf::Stopwatch  listed in the 
http://cpan.org/modules/00modlist.long.html page. I at first thought that 
it was an automatic part of the pause namespace creation process, but i 
havent seen it yet and i was wondering what else is required before it 
becomes visible on the main module listing. I am able to install from the 
cpan shell, but if someone is browsing for it on the website, then they 
will not see it.

Thank you for your time...