Hi smrtalec,
sub insert_data {
my $pro_info=shift (@_);
my $rdate=get_date();
my $dbh=connect_try("rowan","**");
my $p01=$dbh->quote ($rdate);
my $p02=$dbh->quote ($pro_info->{apn_number});
my $p03=$dbh->quote ($pro_info->{str_no_addr});
my $p04=$dbh->quote ($pro_in
Mallik <[EMAIL PROTECTED]> posted this reply:
:
: : -Original Message-
: : From: Mallik [mailto:[EMAIL PROTECTED]
: : Sent: Tuesday, January 27, 2004 5:26 AM
: : To: Perl Beginners
: : Subject: Automated script to connect to a web site and change
: : the Password
: :
: : Dear Friends,
:
Dear Friends,
I need to write a Perl CGI script that connects to
a website (like Yahoo) and change the Password for
my user. I don't want to do it manually. It should
be handled by the script.
Please suggest any idea/code available.
Thanks in advance,
Mallik.
--
To unsubscribe, e-mail: [EMAIL
Dear Friends,
I need to write a Perl CGI script that connects to
a website (like Yahoo) and change the Password for
my user. I don't want to do it manually. It should
be handled by the script.
Please suggest any idea/code available.
Thanks in advance,
Mallik.
--
To unsubscribe, e-mail: [EMAIL
I'm using the validate option located in teh CGI::Formbuilder. I'm using it almost
verbatim as given in teh example but for some reason it doesn't work. the data gets
precessed without being checked. see code snippet below.
++
sub creat_form {
my @fields [EMAIL PROTEC
Dear Friends,
I need to write a Perl CGI script that connects to
a website (like Yahoo) and change the Password for
my user. I don't want to do it manually. It should
be handled by the script.
Please suggest any idea/code available.
Thanks in advance,
Mallik.
--
To unsubscribe, e-mail: [EMAIL
Please don't cross post to multiple groups...
>
> Dear Friends,
>
> I need to write a Perl CGI script that connects to
> a website (like Yahoo) and change the Password for
> my user. I don't want to do it manually. It should
> be handled by the script.
>
> Please suggest any idea/code available