Forum: Perl Dec 14th, 2008 |
| Replies: 1 Views: 681 I figured it out!
It wasn't that the program wasn't exiting. Ruby didn't know how to handle a nil variable in my code.
I changed my start_read function to:
def start_read( stdout , stderr... |
Forum: Perl Dec 14th, 2008 |
| Replies: 1 Views: 681 Hello everyone. I have created a sales system for my company. Basically
you telnet to the system and enter your login name, password ... From
there you can access the sales system.
I am working... |