Re: Beginning beginner needing references help

2003-10-21 Thread Rob Dixon
Hi Jonathan. This thread needs splitting. And you need to formulate and ask one question at a time. There's no use in starting with an entire program that doesn't work and trying to fix it. Model each of your problems in a tiny piece of Perl and fix them one at a time. It will help you as well as

Re: Beginning beginner needing references help

2003-10-21 Thread Jonathan Mangin
- Original Message - From: "Rob Dixon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, October 21, 2003 4:31 AM Subject: Re: Beginning beginner needing references help > Jonathan Mangin wrote: > > > > Jeez, this is a beginner's list?

Re: Beginning beginner needing references help

2003-10-21 Thread Rob Dixon
Hi Joseph. R. Joseph Newton wrote: > > Jonathan Mangin wrote: > > > > Jeez, this is a beginner's list? Y'all are defining my > > ignorance of this here purrl stuff. I hope someone with > > patience can help me out. In a simple login/registration > > program using 5.6.1... > > > > #!/usr/bin/perl

Re: Beginning beginner needing references help

2003-10-21 Thread R. Joseph Newton
Jonathan Mangin wrote: > Jeez, this is a beginner's list? Y'all are defining my ignorance of this here purrl > stuff. > I hope someone with patience can help me out. In a simple login/registration program > using 5.6.1... > > #!/usr/bin/perl -wT > use strict; Something is screwy here ... > [CGI

Re: Beginning beginner needing references help

2003-10-21 Thread Rob Dixon
Jonathan Mangin wrote: > > Jeez, this is a beginner's list? Y'all are defining my > ignorance of this here purrl stuff. I hope someone with > patience can help me out. In a simple login/registration > program using 5.6.1... > > #!/usr/bin/perl -wT > use strict; > > [CGI and DBI stuff] > > $countryi

Re: Beginning beginner needing references help

2003-10-21 Thread Darin McBride
Jonathan Mangin wrote: > Jeez, this is a beginner's list? Y'all are defining my ignorance of this > here purrl stuff. I hope someone with patience can help me out. In a > simple login/registration program using 5.6.1... > > #!/usr/bin/perl -wT > use strict; > > [CGI and DBI stuff] IOW, importan