hashes and writing to file..

2004-06-19 Thread Michelle Rogers
Hello... I have just started using Perl because I wanted to use it for CGI.. I had been using Euphoria for stand-alone (http://www.rapideuphoria.com). I am trying to create a tutorial type web site, where students log in and receive instruction, based on what they need help with. It seems I am st

Re: hashes and writing to file..

2004-06-19 Thread Randy W. Sims
On 6/19/2004 11:51 AM, Michelle Rogers wrote: Hello... I have just started using Perl because I wanted to use it for CGI.. I had been using Euphoria for stand-alone (http://www.rapideuphoria.com). I am trying to create a tutorial type web site, where students log in and receive instruction, based o

Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
ok..still not working..maybe if i do it this way.. here's the code i have for storing.. #!/usr/bin/perl -w use CGI qw(:standard); use Storable; print "Content-type:text/html\n\n"; $sname=param('sname'); $spassword=param('spassword'); if (open(MYFILE,"c://studentdata//studentdata.db")) { #I

Re: hashes and writing to file..

2004-06-19 Thread Randy W. Sims
On 6/19/2004 12:37 PM, Michelle Rogers wrote: ok..still not working..maybe if i do it this way.. What exactly is not working? Are you getting an error? here's the code i have for storing.. #!/usr/bin/perl -w use CGI qw(:standard); use Storable; print "Content-type:text/html\n\n"; $sname=param('

Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
well...on another screen..i'm trying to print it back out to make sure it IS working... i'm using this code to do that. print "CURRENT STUDENTS"; use Storable(); $studentlist = retrieve('c://studentdata//studentdata.db'); foreach $fieldname ( keys %student ) { print

Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
oops...i'm sorry..i didn't see some of these inserted comments, before i replied..i'm reading these now.. Michelle Rogers - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "Michelle Rogers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 12:57 PM

Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
OK!! I think I got it *dances around happily, doing the "Snoopy happy-feet dance"!!* Thank you! Michelle Rogers - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "Michelle Rogers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 19, 2004 12:57