Authenticate users

2004-09-29 Thread paul beckett (JIC)
Does anyone know if there is any easy way to authenticate users and securely maintain a session? Or is it up to me to create a database, and a session cookie? Thanks in advance, Paul -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

HTML::Template still choking

2004-09-29 Thread Rick Triplett
HTML::Template is still choking, giving the error... HTML::Template->new() : Syntax error in tag at /XXX[here I'm ommiting the path]/data/templates/student_info.tmpl : 13. at /usr/local/lib/perl5/site_perl/5.005/HTML/Template.pm line 2243. I now think the fault is in my Perl code which handles

Re: Authenticate users

2004-09-29 Thread Wiggins d Anconia
> Does anyone know if there is any easy way to authenticate users and > securely maintain a session? Or is it up to me to create a database, and > a session cookie? > > Thanks in advance, > > Paul This is a very FAQ, check the archives of this list. You might also want to look at the popular CGI

Re: HTML::Template still choking

2004-09-29 Thread Wiggins d Anconia
> HTML::Template is still choking, giving the error... > > HTML::Template->new() : Syntax error in tag at /XXX[here I'm > ommiting the path]/data/templates/student_info.tmpl : 13. at > /usr/local/lib/perl5/site_perl/5.005/HTML/Template.pm line 2243. > > I now think the fault is in my Perl co

template re HTML::Template choking

2004-09-29 Thread Rick Triplett
Here is the template: student_info_viewer student_id = http://www.x.com/cgi-bin/student_info_viewer.cgi"; method="post" name="FormName">

Re: template re HTML::Template choking

2004-09-29 Thread Wiggins d Anconia
> Here is the template: > > student_id = The above line does not have a "NAME" attribute which I think is required. And should the "VALUE" be "DEFAULT"?? HTH, http://danconia.org -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROT

Re: HTML::Template still choking

2004-09-29 Thread Rick Triplett
Thanks for mentioning that H::T has "debugging options" -- I didn't realize this. I've looked at H::T on CPAN and found that much of what is there is over my head. A debugging option sounds like just what I need. I'll go back to the docs on H::T and see if I can figure them out! On Sep 29, 200

Re: template re HTML::Template choking

2004-09-29 Thread Rick Triplett
On Sep 29, 2004, at 9:45 AM, Wiggins d Anconia wrote: Here is the template: student_id = The above line does not have a "NAME" attribute which I think is required. And should the "VALUE" be "DEFAULT"?? HTH, http://danconia.org Yes, it is clear that I've botched line 13. I am grateful for you

Re: moving files

2004-09-29 Thread Wiggins d Anconia
Make sure to group reply so that others can help and be helped (and to avoid getting accidentally ignored)...please bottom post... > OK, here is what I have so far > > use CGI; > use LWP::Simple; > $URL = "http://www.jeffherbeck.com/arch.doc";; > $remote_user = $ENV{REMOTE_USER}; > > getstore($U

Re: moving files

2004-09-29 Thread Jeff Herbeck
So, what kind of header are we talking about here. (I'm still learning) Jeff On Wed, 29 Sep 2004 12:43:46 -0600, Wiggins d Anconia <[EMAIL PROTECTED]> wrote: > Make sure to group reply so that others can help and be helped (and to > avoid getting accidentally ignored)...please bottom post... >