in reply to Re: Controlling IE and making it QUIT !! in thread Controlling IE and making it QUIT !!
what would that accomplish?
$ie->closeIE(); [download]
sub closeIE{ my $self = shift; my $agent = $self->{agent}; $agent->Quit; } [download]
So the OP can use $IE->Quit;
$self->{agent}->Quit; [download]
0 1 2 3 4 5 6 7
Results (682 votes), past polls