Re: PERL DB Question

2001-06-19 Thread Vrunda Prabhu
On Tue, 19 Jun 2001 [EMAIL PROTECTED] wrote: > > 1) unless you have previously populated the db file, it will start off > > as > > empty. > > > > I guess, this is my most basic and pressing question. A file by the name > > mockalias exists which already has the usernames and e-mail addresses >

Re: PERL DB Question

2001-06-19 Thread Vrunda Prabhu
PERFECT!! Works like magic. Thank you very much Victor. On Tue, 19 Jun 2001 [EMAIL PROTECTED] wrote: > > > > 1) unless you have previously populated the db file, it will start off > > > > as > > > > empty. > > > > > > > > I guess, this is my most basic and pressing question. A file by the name

Re: Net::Telnet

2001-06-27 Thread Vrunda Prabhu
Matt: I have a couple of questions regarding your code below. 1. I get an error when I include the statement use Term::Readkey Should I be including anything else before it? Where is the documentation for Term::Readkey? 2. What is _stop.sh, and _start.sh referring to? Thanks very much V

Re: :Telnet

2001-06-27 Thread Vrunda Prabhu
Thanks Gary, I got back to my work yesterday, and modified th eport number, spent a long time getting the prompt to work, but now can make a connection. Question: If I run the program at the command prompt and ask for a listing of files in the directory for example, it does that. In this code

Telnet again

2001-07-03 Thread Vrunda Prabhu
Folks I sent a message earlier asking for help on using Net::Telnet. I thought, I'd include my coe in a message. I would like the telnet session to stay open till the user decides otherwise. Any help is always appreciated. Thanks Vrunda MY CODE AT PRESENT: #!/usr/bin/perl use CGI qw/:stand

Re: :Telnet

2001-07-03 Thread Vrunda Prabhu
> > > > >Presumably other CGI's work fine, and if you run the original command > > > >line > > > >one it still works? Does the command line one run in the same user > > > > ID > > > > > >and on > > > >the same server? &

Re: :Telnet

2001-07-03 Thread Vrunda Prabhu
Thanks, I will look at the documents you point to right away. Even though the task may not be for abeginner, I do not have too much of a choice, so I will dig in. Thanks Vrunda On 3 Jul 2001 [EMAIL PROTECTED] wrote: > > "Prabhu" == Prabhu, Vrunda P (UMC-Student) <[EMAIL PROTECTED]> writes: