in reply to
Re: Device::Modem Help
in thread
Device::Modem Help
Thanks for the reply and welcome.
I don't think I have explained my problem very well.
I would like to have the option to hangup the call by pressing a key while the modem is dialing.
How do I interupt the
$modem->dial( $number);
command and end it using the
$modem->hangup();
command?
I hope this explains it better?
Thanks
Comment on
Re^2: Device::Modem Help
Select
or
Download
Code
Replies are listed 'Best First'.
Re^3: Device::Modem Help
by
strange1
(Initiate)
on Apr 18, 2006 at 20:41 UTC
Hi
I have used the timeout, however I would like to end the call with user interaction via the keyboard.
[reply]
In Section
Seekers of Perl Wisdom