Geesh, it's nice having the books author(s) on the mailing list here!
--Jon R.
Geoffrey Young wrote:
>
> Jon Robison wrote:
>
> > Can MIME::Lite do attachments?
> >
>
> yes. there is an example in the cookbook that uses MIME::Lite:
>
> http://www.
Can MIME::Lite do attachments?
--Jon
Joe Breeden wrote:
>
> We use MIME::Lite seems to work well for us.
>
> > -Original Message-----
> > From: Jon Robison [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 13, 2002 8:57 AM
> > To: [EMAIL PRO
iewed page in a textual
format, and send the mail.
I'm just looking for recommendations on a good perl mailing module for
this kind of use.
--Jon Robison
Don't recall offhand, but I know there is an http.conf momd_perl config
command that will set 'auto-header' for you. Perhaps that is already on?
--Jon Robison
Issac Goldstand wrote:
>
> umm... If you send them twice. Aside from happening by doing
> $r->send_http_
I just wanted to comment on Number 3, here. Scroll down ;-)
kyle dawkins wrote:
>
> Fran (et al)
>
> I've stayed out of the MVC chitchat for a long time (very interesting
> thread) because it's such a deep topic. But seeing as how Fran has
> some concrete questions...
>
> > 3. How do you pr
from $html_obj->view_data. It just adds the result
to $body. It's the html module's job to fill the return from view_data
with the correct information.
Hope this explanation serves. Like I said, I can't lay claim to being a
guru ;-)
--Jon
Perrin Harkins wrote:
>
> Jon
he overall system, I know I need to re-think what I am doing.
Simplistic, yes. Workable, yes. It meets the KISS principle, at least.
;-)
Comments, disagreements, smacks across the virtual face willingly
accepted.
--Jon Robison
fliptop, I'll take a copy of that spec file, if you don't mind!!!
--Jon Robison
fliptop wrote:
>
> Fran Fabrizio wrote:
>
> >
> > We're currently struggling for an easy way to distribute our
> > apache/mod_perl/mod_ssl-based application to our da
You might want to consider Apache::AuthTicket, which IS in CPAN. It's
an expanded version of the Eagle book's modules, and very capable, yet
also relatively simple.
--Jon Robison
Per Einar Ellefsen wrote:
>
> At 21:50 31.05.2002, Arnold van Kampen wrote:
>
> >
AAA BBB CCC /;
my $i;
for ($i =0; $i < scalar(@args); $i++) {
$vars->{$args[$i]} = $vals[$i];
}
$var->{'key1'} = "some other value";
This would not have overwritten the $var->{'key2'} assignment.
--Jon Robison
"F.Xavier Noria" wrote:
>
> On F
Crud!
Well, at least I hadn't said "spell" checker!
--Jon
fliptop wrote:
>
> Jon Robison wrote:
>
> > No it is not. It should read "not so great if you need your hands held."
>
> i think he was referring to the fact that you spelled grammar incorrectly.
Oye!
Hmmat least I have the excuse that I'm not a writer ;-)
--Jon
Fran Fabrizio wrote:
>
> > "Wiswell, Virginia" wrote:
> >
> Somebody get this reviewer a grammer checker!
> >>>
> >>this is a joke, right?
>
> Uh, Jon, she was pointing out that you misspelled 'grammar'. :-)
>
> -Fra
No it is not. It should read "not so great if you need your hands held."
--Jon R
"Wiswell, Virginia" wrote:
>
> >> Somebody get this reviewer a grammer checker!
>
> this is a joke, right?
>
> -----Original Message-
> From: Jon Robison [mai
Not sure I would want this person evaluating my books . . .
"not so great if you need your hands holded."
Somebody get this reviewer a grammer checker!
--Jon Robison
Stas Bekman wrote:
>
> For a nice review of the latest and the greatest mod_perl co
maybe a "use Apache::Constants qw/ :common /;" ????
--Jon Robison
"Lihn, Steve" wrote:
>
> Hi,
> I am testing the Apache::Echo connection handler for Apache2 and mod_perl 2.
> But encounter the following error:
>
> [Thu Apr 25 15:32:15 2002] [error] f
administering mysql databases.
www.webmin.com
--Jon Robison
Adi Fairbank wrote:
>
> Does anyone know of a good customizable, user-friendly, online database
> application, preferably mod_perl-based? I want to migrate a small Access
> database to MySQL with a web interface, for added featu
$r->pnotes persist across internal_redirects, I believe.
--Jon Robison
Igor Sysoev wrote:
>
> On Tue, 26 Feb 2002, F. Xavier Noria wrote:
>
> > I suppose that controllers would use internal redirects to call the
> > views, is there a way to pass Perl data this w
As an add-on to this, does anyone know if one could use MySQL HEAP
(memory resident) tables for the session table?
--Jon Robison
Rob Bloodgood wrote:
>
> > I am using Apache::Session with Postgresql. Unfortunately I had
> > never worked with a huge amount of data before I sta
Also, the XbitHack still works, although it is officially depercated.
Haven't used it in a while though, so I can't give you details on
exactly how to turn it on. Anyone else on the list remember how?
Essentially, instead of having to re-name to .shtml, you just make it
chmod a+x. The exec flag
ehavior
> is called, forcing the user to re-login only if they've closed that browser
> instance.
>
> Is there someway to expire cookies on page leave, or is this the smartass
> thing you were referring to? :)
>
> -- Ryan Parr
>
> - Original Message -
&g
Cookies!
/me is in smartass mode today.
--Jon
Ron Beck wrote:
>
> Hello all,
> I need to know how to clear the $ENV variables. For example, I use a
> .htaccess file for specific directories which requires the user to enter
> userID and password. When they exit the page, I want them to have t
Obviously one of those "Use our program to build your web site in just 1
hour!" things.
Maybe NOFusion? It used to come with a bunch of those "Fast Templates"
--Jon R.
Aaron Ross wrote:
>
> http://callistocms.com v http://w.moreover.com/
>
> hmmm
>
> --
> aaron ross . alias i, inc
>
How about trying:
return DECLINED unless $r->is_initial_req;
Image calls are not initial requests, they are sub requests.
--Jon Robison
"R.Munden" wrote:
>
> I've a script (controlled by a directive) that wraps a standard
> header and footer around an HTML page
&
As far as the cacheing goes, we have had extremely good luck with
IPC::ShareLite used to share info across mod_perl processes.
--Jon R.
Chip Turner wrote:
>
> "Bruce W. Hoylman" <[EMAIL PROTECTED]> writes:
>
> > Ciao!
> >
> > I would like some input on an intranet web service I am currently in
;Ticket'}->value;
return \%ticket;
}
1;
##3
I have tried switching from CGI::Cookie to Apache::Cookie (and modifying
the commands to suit) - no luck. Same thing.
Can anyone see something obvious that I am doing wrong? I realized that
this is probably a "newbie" question, but I could use the help. I have
re-written the Logout.pm a dozen times, to no avail.
--Jon Robison
during
user interface development, etc. where menus differ based on some
criteria for users)
--Jon Robison
David Young wrote:
>
> fliptop wrote:
> > Joe Breeden wrote:
> >>
> >> How does this work in an environment with two (or more) computers with the
> >> exa
I have created a login system using the wonderful Ticket system from the
Eagle book. I have modified TicketAccess so that after authentication,
it reviews the arguments in the query string and does push_handler, the
handler being chosen based on the args.
My only problem is that I want to provid
How about using an Apache::Sessions id instead of IP address?
--Jon Robison
"Randal L. Schwartz" wrote:
>
> >>>>> "fliptop" == fliptop <[EMAIL PROTECTED]> writes:
>
> fliptop> i have found that using the HTTP_USER_AGENT environment
>
Randall, you want to expound upon that?
--Jon Robison
"Randal L. Schwartz" wrote:
>
> >>>>> "fliptop" == fliptop <[EMAIL PROTECTED]> writes:
>
> fliptop> i have found that using the HTTP_USER_AGENT environment
> fliptop> variable
fliptop wrote:
>
> Jon Robison wrote:
> >
> > The most relevant section for you is the Ticket system he describes. (I
> > believe the section header says something about Cookies, but you'll know
> > you have the right one when you see TicketAccess.pm, TicketToo
Jonathon,
I am doing exactly this also. What works is this:
Get a copy of "Writing Apache modules with perl and C" and read it.
The most relevant section for you is the Ticket system he describes. (I
believe the section header says something about Cookies, but you'll know
you have the right on
Unfortunatly, I find myself with a silly newbie question:
I need to make an Apache module (not a Registry script) which will:
1. Check for a cookie, and if not there, pushhandler to a module for
logging in (keeping the original request at hand for use after they
succeed in logging in).
2. Extrac
Jiminy Crickets Chip! Yer makin me drool!
If it weren't for the "Move to NC" part, I'd be doing my best to be your
new closest buddy ;-)
--Jon Robison
Uniphied Thought, LLC
Dearborn, MI
Chip Turner wrote:
>
> Hello all,
>
> We have a couple openings doing
"Plows, Sean (London)" wrote:
>
> How can I set this as my cgi's can't locate my libs?
>
> > Regards,
> >
> > Sean Plows
Sean - try "use lib '/path/to/my/libs';" That should "append" your
library path to @INC.
Wo
34 matches
Mail list logo