: 804-363-0731
-Original Message-
From: Colin Wetherbee [mailto:[EMAIL PROTECTED]
Sent: Monday, January 14, 2008 11:08 AM
To: Raful Mr Mitchell H
Cc: Modperl (E-mail)
Subject: Re: Printing for debugging
Raful Mr Mitchell H wrote:
> I have my code pasted below. My module, loa
I have my code pasted below. My module, loaded with directive in
Apache2, works well. However, sometimes switches don't respond correctly to
bulk queries of fdbPorts object. What I want to do is to be able print the
value of my variables either to the browser or a log file. A regular print
ate->output;
return Apache2::Const::OK;
}
1;
Mitchell Raful MCSE CCNP
MCB Quantico
Personal and Family Readiness (MRI)
3044 Catlin Avenue
Quantico, VA 22134
Com: 703-784-5991
DSN: 278-5991
Cell: 804-363-0731
-Original Message-
From: Colin Wetherbee [mailto:[EMAIL PROTECTED]
Sent: W
My script looks like this
use Apache2::Request ();
my $req = Apache2::Request-> new($r)
my $data = req->{param-name}
It causes a segfault error. Any ideas?
Mitch
Mitchell Raful MCSE CCNP
MCB Quantico
Personal and Family Readiness (MRI)
3044 Catlin Avenue
Quantico, VA 22134
Com: 703-7
I have a site that is written with traditional CGI (no cgi.pm ). I use
mod_perl2 but rather than run the scripts as CGI I want to convert them to
mod_perl. I have read Beckman's latest on mod_perl 2 and have Practical
Mod_Perl.
Here's the question. From what I have read, it looks like I sh