Re: MacPerl-WebCGI HELP NEEDED PLAEASE by Bill Becker- June 21, 2003 http:archive.ncsa.uiuc.eduGeneralInternetWWWHTMLPrimerAll.htmlRead up on "forms."At 08:07 +0400 06222003, ignacio_nieto wrote:>Dear All>>I want to know>How can I create pages, that will stay on a site with, a perl cgi >script on a buttom>Could some one give me an example please>>thankshttp://www.nntp.perl.org/group/perl.macperl.webcgi/2003/06/msg206.html HELP NEEDED PLAEASE by ignacio_nieto- June 21, 2003 Dear AllI want to know How can I create pages, that will stay on a site with, a perl cgi script on a buttomCould some one give me an example pleasethankshttp://www.nntp.perl.org/group/perl.macperl.webcgi/2003/06/msg205.html Re: MacPerl-WebCGI compound conditional statement driving me nuts by Jeff Lowrey- June 18, 2003 At 5:18 PM -0700 61703, Lee Collings wrote:>I&39;m wondering if anyone can solve this riddle for me.>>I am trying to compare a couple of dates using the following>>if (($start_pub_year ge $yr && $end_pub_year le $yr) &&> ($start_pub_mon ge $mo && $end_pub_mon le $mo) &&> ($start_pub_day ge $day && $end_pub_day le $day))&39;&&&39; is probably the wrong operator here. Use &39;and&39; insteadif (($start_pub_year ge $yr and...http://www.nntp.perl.org/group/perl.macperl.webcgi/2003/06/msg204.html Re: MacPerl-WebCGI compound conditional statement driving me nuts by CH- June 18, 2003 On onsdag, jun 18, 2003, at 02:18 EuropeStockholm, Lee Collings wrote:> if (($start_pub_year ge $yr && $end_pub_year le $yr) &&> ($start_pub_mon ge $mo && $end_pub_mon le $mo) &&> ($start_pub_day ge $day && $end_pub_day le $day))> > Print "it is a valid date"> > Print "it isn&39;t a valid date">1) Don&39;t capitalize print2) If start_pub is April 10 2003 this test will fail for example on July 1 2003...http://www.nntp.perl.org/group/perl.macperl.webcgi/2003/06/msg203.html compound conditional statement driving me nuts by Lee Collings- June 18, 2003 I&39;m wondering if anyone can solve this riddle for me.I am trying to compare a couple of dates using the followingif (($start_pub_year ge $yr && $end_pub_year le $yr) && ($start_pub_mon ge $mo && $end_pub_mon le $mo) && ($start_pub_day ge $day && $end_pub_day le $day)) Print "it is a valid date" Print "it isn&39;t a valid date"but nothing I try works. I&39;ve used, &, &&, and all to no avail.Where is what I&39;m...http://www.nntp.perl.org/group/perl.macperl.webcgi/2003/06/msg202.html Is MacPerl dead by Tobias Matthaiou- June 15, 2003 Hi,is MacPerl dead, because MacOX X camebyeTobihttp://www.nntp.perl.org/group/perl.macperl.webcgi/2003/06/msg201.html |