Re: How to use sub directories in IIS and Apache HTTPD

2005-02-07 Thread Wiggins d'Anconia
Siegfried Heintze wrote: When I try to employ subdirectories my perl cgi programs stop working. This is because the "use" statements cannot find their files. I could convert the "use evidence_db;" statements to "require '../evidence_db.pm';" and that works. But this is painful. Surely there is an e

perl.beginners.cgi Weekly list FAQ posting

2005-02-07 Thread casey
NAME beginners-faq - FAQ for the beginners-cgi mailing list 1 - Administriva 1.1 - I'm not subscribed - how do I subscribe? Send mail to <[EMAIL PROTECTED]> You can also specify your subscription email address by sending email to (assuming [EMAIL PROTECTED] is your email addres

Module confusion

2005-02-07 Thread bobmin
Howdy Folks, I'm not really a beginner to perl, but I do have a problem which is plaguing me due to changes in (a) my server and (b) my host company. In the past they gleefully installed any module I requested of them. No longer. In a recent move to a new server I lost a module I needed. Time:

Re: Module confusion

2005-02-07 Thread Paul Archer
Keep in mind two things: 1) you may need to build the module locally on a similar box (linux, same basic version of Perl), and 2) since the module is Time::HiRes, there needs to be a Time directory in your modules directory, and the HiRes.pm file need to be in that directory. EG: ~bobmin/perlmod

Incorrect HTML Rendering?

2005-02-07 Thread Graeme St. Clair
I have the following to kick off an HTML page:- http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd " [ ] > http://www.w3.org/1999/xhtml " lang="en-US" xml:lang="en-US"> ... &help;Blah ... The page