RTF/MSword Generation from PERL

2003-09-17 Thread Philip M. Gollucci
M. Gollucci Consultant E-Mail: [EMAIL PROTECTED] URL : http://p6m7g8.net/Resume/resume.shtml Phone : 301.474.9598 eJournalPress DBA / Software Engineer / System Administrator E-Mail: [EMAIL PROTECTED] URL : http://www.ejournalpress.com Phone : 301.530.6375 $Id: .signature,v 1.4 2003/05/02

Re: apache2, mod_perl: problem with CGI

2003-09-08 Thread Philip M. Gollucci
about mod_perl 1.x not mod_perl 2. Otherwise, I would completely agree. The _exact_ same code _does_ work under mod_perl2. I also see that the problem Bart was referring to was fixed in 2.93 Philip M. Gollucci wrote: I'll disagree on this being a windows only problem in CGI. I'll also

Re: porting from mod_perl1 to mod_perl2

2003-09-06 Thread Philip M. Gollucci
If you check out the changes to CGI.pm on Licoln Stiens web site, utf8 was added via a path by someone else 2.99 - 3.00 likely this is the cause. Stas Bekman wrote: Perrin Harkins wrote: I am fairly sure it is not perl5.8. I'm fairly sure it is. What is your locale set to? Are you on Red

Re: apache2, mod_perl: problem with CGI

2003-09-05 Thread Philip M. Gollucci
I'll disagree on this being a windows only problem in CGI. I'll also disagree about the version number. As late as CGI 3.00 this problem exists in Apache 1.3.27 and mod_perl 1.27 on SunOS. The pdf troubleshooting doc on apache.org site suggest fix (I think its 5.17) also does _not_ work

Spell Checkers and EMail

2003-03-06 Thread Philip M. Gollucci
screen or possibly the one on the next page (submit button) ? Thanks for the advice. -- END -- Philip M. Gollucci [EMAIL PROTECTED] 301.474.9294 301.646.3011 (cell) Science, Discovery, the Universe (UMCP) Webmaster

Fwd: Source Code Oraginzation

2003-03-04 Thread Philip M. Gollucci
from Stas advice, I'm forwarding this here, sans the crosspostings. Thanks for the help. -- Forwarded Message -- Subject: Source Code Oraginzation Date: Tue, 4 Mar 2003 15:58:38 + From: Philip M. Gollucci [EMAIL PROTECTED] To: [EMAIL PROTECTED], [EMAIL PROTECTED] I need

MP2 and Databases

2003-01-25 Thread Philip M. Gollucci
. [Sat Jan 25 03:15:26 2003] [error] Can't load Perl file: /home/philip/Developement/install/apache2-prefork/conf/startup.pl for s -- END -- Philip M. Gollucci [EMAIL PROTECTED] 301.474.9294 301.646.3011 (cell

Re: mod_perl fails tests

2002-12-17 Thread Philip M. Gollucci
That parameter is a *mod_perl* not an *apache* one it decides where the .pm files and such are installed whether in a directory 'Apache' or 'Apache2'. It will become the default eventually. But for now, its useful If you had 2 webservers 1.3.x and 2.0.x using the same version of perl say 5.8.x

Modperl Footers/Headers

2002-04-02 Thread Philip M. Gollucci
-- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 301.646.3011 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu EJournalPress.com Database/PERL Programmer System Admin URL : http

Apache+Modperl Website Statistics

2002-03-27 Thread Philip M. Gollucci
-- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu EJPress.com Database/PERL Programmer System Admin URL : http://www.ejournalpress.com Resume

Re: Apache+Modperl Website Statistics

2002-03-27 Thread Philip M. Gollucci
a good reason. In order for the javascript I gave to get values it has to be sent to the browser on a page so its processed my the javascript engine in the browsers. END -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED

Re: Authentication redirection

2002-03-07 Thread Philip M. Gollucci
$r-headers_out-set(Location = /whatever); $r-status(REDIRECT); $r-send_http_header; I belive this will work for you. END -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery

Re: problems with $r-status('OK')

2002-03-04 Thread Philip M. Gollucci
you'll want to do use Apache::Constants qw(OK); and change that to $r-status(OK); as OK is actually defined as a constant function sub OK { 0 } END -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118

Re: Weird mod_perl CGI.pm interaction (Bug?)

2002-02-09 Thread Philip M. Gollucci
try print B::show(), \n; END -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu EJPress.com

MS+HTML - Unix

2002-01-23 Thread Philip M. Gollucci
quite what I want. Basically I have to take html given me and make the html they mean. Any Great Ideas END -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP

Re: Solaris + Apache + mod_perl = TROUBLE

2002-01-22 Thread Philip M. Gollucci
Thanks for the trouble time though. -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu

Re: Solaris + Apache + mod_perl = TROUBLE

2002-01-22 Thread Philip M. Gollucci
. -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu EJPress.com Database/PERL Programmer System Admin

Re: apache 2.0.28 and mod_perl

2002-01-18 Thread Philip M. Gollucci
Lots of luck. I tried 1.26 and 2.0 last night... you'll get a lot of errors, unless I missed something. -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP

Solaris + Apache + mod_perl = TROUBLE

2002-01-18 Thread Philip M. Gollucci
-- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu EJPress.com Database/PERL Programmer System Admin URL : http

Re: Ticket systems

2002-01-14 Thread Philip M. Gollucci
::MySQL; use CGI qw(:standard); use DBI; -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu

mod_perl : HELP (am I going nuts ?)

2002-01-09 Thread Philip M. Gollucci
; -- Philip M. Gollucci (p6m7g8) [EMAIL PROTECTED] 301.314.3118 Science, Discovery, the Universe (UMCP) Webmaster Webship Teacher URL: http://www.sdu.umd.edu EJPress.com Database/PERL Programmer System