not posting
- From: "Nospam" <nospam@xxxxxxxx>
- Date: Sun, 27 Nov 2005 20:22:46 GMT
can someone elaborate on why this code is not working:
#! Perl\bin\perl -w
use strict;
$|++;
use WWW::Mechanize;
my $mech = WWW::Mechanize->new( );
my $username1 = 'makemine2';
my $subject = 'reply';
my $message = 'you would need to download it from the manufacturer's
website';
my $start_link
='http://forum.xda-developers.com/posting.php?mode=newtopic&f=26&sid=4536c02
26c1e0288ec27ff8e66123c55';
$mech->get( $start_link );
$mech->set_visible($username1, $subject, $message);
$mech->click( );
.
- Prev by Date: Net::Telnet - Problems using "script->waitfor" - HELP Needed
- Next by Date: Looking for Swift MT 940
- Previous by thread: Net::Telnet - Problems using "script->waitfor" - HELP Needed
- Next by thread: Looking for Swift MT 940
- Index(es):
Relevant Pages
|
|