in reply to Re: Re: Re: Re: Why doesn't $mech->title() change after $mech->submit_form?
in thread Why doesn't $mech->title() change after $mech->submit_form?
$title = $mech->title(); # get the new title? print "$upLoadUrl is titled [$upLoadTitle]\n"; print "resp = [ " . Dumper( $resp ) . "]\n";
You probably meant to print out $title and not $upLoadTitle.
Linda
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Why doesn't $mech->title() change after $mech->submit_form?
by Plankton (Vicar) on Mar 04, 2004 at 00:13 UTC |