RTF/MSword Generation from PERL

2003-09-17 Thread Philip M. Gollucci
de be a better solution ? Thanks in advance. END ---------- Philip 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

Portability Question

2003-09-08 Thread Philip M. Gollucci
Say I want the same code to work under: Win2k/ISS5.0&CGI Win2k/IIS5.0&PerlEX Win2k/Apache1&mod_perl1 Win2k/Apache2&mod_perl2 FreeBSD/Linux/Sun/Apache1&mod_perl1 FreeBSD/Linux/Sun/Apache2&mod_perl2 FreeBSD/Linux/Sun/Apache1,2&CGI Assume perl 5.6.1 ActiveState on Win2k and perl 5.8.0 on Un

Re: apache2, mod_perl: problem with CGI

2003-09-08 Thread Philip M. Gollucci
efully, you'll see that I'm talking 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 bein

Re: porting from mod_perl1 to mod_perl2

2003-09-05 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 Ha

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 either

Spell Checkers and EMail

2003-03-06 Thread Philip M. Gollucci
this edit 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 (UM

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],

MP2 and Databases

2003-01-25 Thread Philip M. Gollucci
1) line 1. [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

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
ssing ? Thanks for the help. END ------ 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

Re: Apache+Modperl & Website Statistics

2002-03-27 Thread Philip M. Gollucci
ugh it could if you had 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

Apache+Modperl & Website Statistics

2002-03-27 Thread Philip M. Gollucci
e value of height and width ? Also, it has to at least work in IE4.0+ NS4.0+ and Mozilla .98+ on Windos, Linux, and Unix platforms. As you can see the PerlLogHandler runs once for every request, and this redirect would really get annoying and slow. Any great ideas ? END -----

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

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.

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

MS+HTML -> Unix

2002-01-23 Thread Philip M. Gollucci
't know that much about it, and I don't think its 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]

Re: Solaris + Apache + mod_perl = TROUBLE

2002-01-22 Thread Philip M. Gollucci
BSD expert. ------ 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 P

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

Solaris + Apache + mod_perl = TROUBLE

2002-01-18 Thread Philip M. Gollucci
multi /virtual/sdu/www/perl5.6.1/lib/5.6.1 /virtual/sdu/www/perl5.6.1/lib/site_perl/5.6.1/sun4-solaris-thread-multi /virtual/sdu/www/perl5.6.1/lib/site_perl/5.6.1 /virtual/sdu/www/perl5.6.1/lib/site_perl -- Philip M. Gollucci (p6m7g8) [EMAIL

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 Unive

Re: Ticket systems

2002-01-14 Thread Philip M. Gollucci
CT); use Apache::Session::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:

mod_perl : HELP (am I going nuts ?)

2002-01-09 Thread Philip M. Gollucci
{ PrintError => 1, # warn() on errors RaiseError => 1, # die on error AutoCommit => 1, # commit executes immediately Taint => 1 # Taint Checking on } ); 1; -- Philip M.