Re: uninitialised variable error

2003-01-24 Thread WilliamGunther
In a message dated 1/24/2003 1:42:42 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > #!/usr/bin/perl -w > # > # emails comments from the site to my address > # > use strict; > use CGI; > # > # > my $q = new CGI; > my $name = $q->param( "name" ); > my $email = $q->param( "email" ); > my $co

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-24 Thread WilliamGunther
In a message dated 1/24/2003 2:32:26 AM Eastern Standard Time, [EMAIL PROTECTED] writes: > my problem is, the cgi can't append the password, shadow and group > file. How can I make my script to work? I don't have any idea now if > its possible to make the script work I won't act like I know the

Re: HoH Crash II

2003-01-24 Thread Dave K
Ed, Wiggins, et al > > $newH{'TS'} => $TS; # TS is the outer key. <<== line 33 > > This sets the outer hash key to the string 'TS' and gives it the value of the time ($TS) from above. > I don't think so. It's late I'm beat but $newH{'TS'} = $TS; as opposed to $newH{'TS'} => $TS; Which generate

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-24 Thread zentara
On Fri, 24 Jan 2003 15:30:59 +0800, [EMAIL PROTECTED] (Glynn S. Condez) wrote: >Hi All, > >I created a cgi perl script, its an account creation script, means you >can add an account to a linux system. > >my problem is, the cgi can't append the password, shadow and group >file. How can I make my s

Re: Help in running cgi script to append passwd file, shadow and group

2003-01-24 Thread Jason S
> On Fri, 24 Jan 2003 15:30:59 +0800, [EMAIL PROTECTED] (Glynn > S. Condez) wrote: > > >Hi All, > > > >I created a cgi perl script, its an account creation script, means you > >can add an account to a linux system. > > > >my problem is, the cgi can't append the password, shadow and group > >file.

Need Some Help!!!!!

2003-01-24 Thread perl
I looked up to see what the server error log was saying. This is what it has: Premature end of script headers: /home/donmike/www/cgi-bin/file.cgi I live in Panama City, Fl. As you can see, I am kinda new at using perl. I have taken courses on C++, so I do understand some of the commands. Any h

Re: Need Some Help!!!!!

2003-01-24 Thread Octavian Rasnita
Hi, When printing something in the browser, you need to print first the HTTP header: print "Content-type: text/html\n\n"; But make sure your script is password protected, because someone could use it to delete all the data from your files replacing all the words with "". Teddy, Teddy's Center: