Ask a Question related to PERL Beginners, Design and Development.
-
Mallik #1
Automated script to connect to a web site and change the Password
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.
Mallik Guest
-
Cannot Connect, asks for password
I just installed contribute 4, I had 3 installed previously. Well on my first load of it it asks me for a password? I never had to use one for... -
How do you change the password?
Hello, I am having trouble logging into the administrator account. I'm new at this program and I'm not sure how to open the program up at all! I've... -
Connect to database using encrypted password
I'm needing to connect to a database manually (not using cfquery). However I'm not wanting to hardcode the password into the file. I have a... -
Can't change password?
Heya; I have PostGreSQL 7.3.4 on Mandrake Linux 9.2. For some reason Webmin, when I tell it to change the password of a pgsql user, acts like it's... -
change password
How can I change the password of a user from a "C" program -
Mallik #2
RE: Automated script to connect to a web site and change the Password
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.
Mallik Guest
-
Mallik #3
RE: Automated script to connect to a web site and change the Password
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.
Mallik Guest
-
Dan Muey #4
RE: Automated script to connect to a web site and change the Password
> Dear Friends,
I've done similar thigns using LWP::UserAgent to log in and>
> 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.
>
submit forms with certain data.
That's where I'd look first.
HTH
DMuey
<http://learn.perl.org/> <http://learn.perl.org/first-response>> Please suggest any idea/code available.
>
> Thanks in advance,
> Mallik.
>
> --
> To unsubscribe, e-mail: [email]beginners-unsubscribe@perl.org[/email]
> For additional commands, e-mail: [email]beginners-help@perl.org[/email]
Dan Muey Guest
-
Charles K. Clarkson #5
RE: Automated script to connect to a web site and change the Password
Mallik <mallikarjunk@softima.com> posted this reply:
:
: : -----Original Message-----
: : From: Mallik [mailto:mallikarjunk@softima.com]
: : 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,
: :
: : 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.
:
:
: 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.
You emailed three messages to two email newsgroups asking the
same question and then you replied with the same exact message
again to each of those messages. In all there are six messages
cross posted to two email newsgroups (that I know of) to ask one
question.
What are thinking???
Charles K. Clarkson
--
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328
Charles K. Clarkson Guest
-
Peter Scott #6
Re: Automated script to connect to a web site and change the Password
In article <NHBBLNCADDJDFAFMNFMMEEDKCFAA.mallikarjunk@softima .com>,
[email]mallikarjunk@softima.com[/email] (Mallik) writes:[url]http://search.cpan.org[/url]>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.
Mail::Webmail::Yahoo
WWW::Mechanize
--
Peter Scott
[url]http://www.perldebugged.com/[/url]
*** NEW *** http//www.perlmedic.com/
Peter Scott Guest



Reply With Quote

