Any pointers on this truly appreciated.
I am using net::telnet to connect to a modem pool and then connect with a remote piece of kit. Everything works fine normally, however on occassions the remote piece of kit may be busy and will not talk to me, leaving me to logoff cleanly and try again later.
Using net::telnet and the following code I am trying to wait for the prompt of ? to be returned if it is not returned after...
User Profile
Collapse
-
net::telnet Prompt and timeout issue
-
Forking in a foreach loop
I have a script that basically runs through an array performing various sub procedures against data. My problem is that I want the data from the array to be fed into forked processes so that I process the items in the array faster. My code basically looks like :-
...Code:foreach $line (@arrayin) { ($var1, $var2, $var3 = split(' ',$line); for(1..5){ &process1 &process2 &process3 -
Using perl to control modem sessions on an access server
Can anyone point me in the right direction as to what control structure I should put in place for the following requirement.
I have an Access Server which I have 30 modems connected to. I need to utilise these modems to dial out and collect data from remote devices. The plan is to write a perl script that will process a list of devices to call from an input file read into an array. That array will be the controlling information... -
VB Take a value from Excel to delete row from Access table
Hello all
I am currently trying to develop a script that will take a value from an Excel spreadsheet cell and use that to run a query against an Access table to delete all rows that match the cell.
I have tried to do this by first using a recordset and then secondly using a db.Execute (sqlstring).
The idea of using the recordset was that I thought it would return all of the records matched, however it...
No activity results to display
Show More