Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
PROTECTED]> Sent: Saturday, June 19, 2004 12:57 PM Subject: Re: hashes and writing to file.. > 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? > > > he

Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
PROTECTED]> Sent: Saturday, June 19, 2004 12:57 PM Subject: Re: hashes and writing to file.. > 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? > > > her

Re: hashes and writing to file..

2004-06-19 Thread Michelle Rogers
statement, anyway).. but then if you go back to "list students" ..it doesn't list any Michelle Rogers - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "Michelle Rogers" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturd

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
"Student was added!"; print ""; print ""; print ""; print ""; } Is there some "stupid newbie" mistake on here? Michelle Rogers - Original Message - From: "Randy W. Sims" <[EMAIL PROTECTED]> To: "

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

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