RE: please help me to check why this perl script does not work!

2005-06-02 Thread Chris Heiland
> -Original Message- > From: Fei Li [mailto:[EMAIL PROTECTED] > Sent: Tuesday, May 31, 2005 6:59 PM > To: Chris Heiland > Cc: beginners@perl.org > Subject: Re: please help me to check why this perl script > does not work! > > Hi, Chris, > > Thank

RE: please help me to check why this perl script does not work!

2005-05-31 Thread Chris Heiland
> -Original Message- > From: Bob Showalter [mailto:[EMAIL PROTECTED] > Sent: Sunday, May 29, 2005 5:41 AM > To: Fei Li; beginners@perl.org > Subject: Re: please help me to check why this perl script > does not work! > > Fei Li wrote: > > I wish to submit some protein sequences via LWP

RE: CGI.pm

2005-03-29 Thread Chris Heiland
> -Original Message- > From: Chris Knipe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 29, 2005 11:01 AM > To: beginners@perl.org > Subject: Re: CGI.pm > > Strange indeed. > > For further debuging, I did: > > print $ENV{REQUEST_METHOD}; > > This, as expected, returns POST. > > p

RE: CGI.pm

2005-03-29 Thread Chris Heiland
> -Original Message- > From: Chris Knipe [mailto:[EMAIL PROTECTED] > Sent: Tuesday, March 29, 2005 10:45 AM > To: beginners@perl.org > Subject: CGI.pm > > Lo all, > > Very quickly > > #!/usr/bin/perl > use CGI; > use strict; > use warnings; > > my $Query = new CGI; > if (!$Query

RE: very new - need help with regular expressions

2005-03-26 Thread Chris Heiland
> -Original Message- > From: Manav Mathur [mailto:[EMAIL PROTECTED] > Sent: Saturday, March 26, 2005 5:33 AM > To: Brett Williams; beginners@perl.org > Subject: RE: very new - need help with regular expressions > > > > > |-Original Message- > |From: Brett Williams [mailto:[E

RE: matching password problem

2005-03-14 Thread Chris Heiland
> -Original Message- > From: Jeff 'japhy' Pinyan [mailto:[EMAIL PROTECTED] > Sent: Monday, March 14, 2005 7:44 AM > To: Jame Brooke > Cc: beginners@perl.org > Subject: Re: matching password problem > > On Mar 14, Jame Brooke said: > > > Program password.pl > > This program is rather

RE: matching password problem

2005-03-14 Thread Chris Heiland
> -Original Message- > From: Jame Brooke [mailto:[EMAIL PROTECTED] > Sent: Monday, March 14, 2005 6:31 AM > To: beginners@perl.org > Subject: matching password problem > > [code snip] > > > Dear all, > > Can anybody help me look script above, I¡¦m > detected the script