module errors

2002-02-07 Thread GsuLinuX
we wroted a perl code to fetch some information we want from a web site. The code is as below: #!/usr/bin/perl use LWP::Simple; use HTML::Parse; use HTML::FormatText; use CGI; $query = new CGI; my ($html, $ascii); $html = get("http://www.tcmb.gov.tr/kurlar/today.html";); defined $html or die "Sa

Re: module errors

2002-02-07 Thread GsuLinuX
To: "Uwe Voelker" <[EMAIL PROTECTED]> Cc: "GsuLinuX" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 07, 2002 11:59 PM Subject: Re: module errors > On Thu, 7 Feb 2002, Uwe Voelker wrote: > > > > use HTML::Parse; > > >

if the date entered is weekend or no?

2002-02-09 Thread GsuLinuX
How can i understand if the date entered by the client is weekend or no? Are there some database specificied for that? funky

buton names

2002-02-13 Thread GsuLinuX
Hola! , There are 2 submit butons under my form and the information entered to the form will be send to different cgi's. How can i do this? One idea i thougt is to give names to the buttons and in the cgi : if buton name is "buton1" { code1 } if buton name is "buton2" {code2 } how can i do th

Re: buton names

2002-02-13 Thread GsuLinuX
thanx from Istanbul:) i'll try it... funky - Original Message - From: "Hanson, Robert" <[EMAIL PROTECTED]> To: "'GsuLinuX'" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 12:03 AM Subject: RE: buton name

Re: buton names

2002-02-14 Thread GsuLinuX
quot;Brett W. McCoy" <[EMAIL PROTECTED]> To: "GsuLinuX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, February 14, 2002 6:26 AM Subject: Re: buton names > On Wed, 13 Feb 2002, GsuLinuX wrote: > > > There are 2 submit butons under my form

2 regular expressions

2002-02-28 Thread GsuLinuX
Hi from İstanbul, How can i convert 1. " $a = 29.7548925547539 > $a = 29.75 " 2. " $b = 2345342 --> $b = 2,345,342" thanx Derya Istanbul

Missing modules

2002-03-03 Thread GsuLinuX
Hi from İstanbul, Anyone knows a free server that i can test my perl scripts? I've already find some but the modules that i need aren't installed. I prefer the one that all the perl modules are installed if it exists:) thanx Derya

How can i put the html code in my cgi?!?

2002-03-04 Thread GsuLinuX
Hi from İstanbul, I'm used to put the html code in cgi as below: require "subparseform.lib"; &Parse_Form; print <<"html code"; # HTML CODE html code But i don't know how to do it with the new module CGI.pm , anyone knows that?!? thanx Derya Sezen

Re: How can i put the html code in my cgi?!?

2002-03-05 Thread GsuLinuX
thanx, but i got a huge html code and converting like that will cost be too much, isn't there a method pratique like print <<"html code"; ?!??!?!!?? thanx Derya - Original Message - From: "Eduardo Cancino" <[EMAIL PROTECTED]> To: "GsuLinuX&q

problem using Number::Format module

2002-03-09 Thread GsuLinuX
Hi from Ýstanbul,   I don't know if my problem is related with Number::Format module. The problem is like below:   I want to convert a number to comma seperetad with Number::Format module ( 42345765 --> 42,345,765 )   I got 2 cgi files that one of them is wokin' but the other is n

Poll for my site

2002-03-19 Thread GsuLinuX
Hi again from Istanbul:) , I wanna make poll for some datas that we obtain from the users. For this, i know howto insert the datas to my sql database, make an average or something specific but how can i show the results as visual which has become very popular in web sites? thanx Derya

Entire Site Search

2002-03-19 Thread GsuLinuX
Hi from Istanbul, I wan to integrate an "Entire Site Search" and also "Specific Search" for my site. I didn't make a substructure in my site for this. How can i make it? thanx Derya

regular expression

2002-07-27 Thread GsuLinuX
Hi, I wanna check the information typed in the form field whether if it is in date format or not . Like : check it if it is in format day/mount/year , in format like ab/cd/ef or ab/cd/efgh "ab" must be valid like between 1-31 "cd" must be valid between 1-12 or must be a string that exist in an