Thanks

2001-06-06 Thread Anna Roberts
Thanks for your help with my array and list problem. Anna

Re: Reading versus Referencing Books

2001-06-15 Thread anna . roberts
Scott, We I'im not one for surveys but I would like join this one. I'm a brand new programmer and am trying to learn Perl. I went to a class that helped some but I learn more by doing and using examples of others code as well. For me making the mistakes and trying things is more helpful tha

Modules question

2001-06-29 Thread anna . roberts
Help with Modules please. Is there a option I can run with perl to find out if a particular module is installed? Thanks, Anna

Help with Writting output for newbie

2001-07-13 Thread anna . roberts
Hi folks, I'm putting together simple script for doing dumps. I have the command running but I can't get the output to write to my log file. I keep getting errors and have tried several things and none of it works. Please help. Here is a sample of what I'm doing : while ( my $line = ){ (sys

Date question

2001-07-18 Thread anna . roberts
I know this might be easy but since I'm still learning Is there a easy way to have perl generate information to find out what the 3rd friday is for each month? I have been looking at some cpan modules and none of them seem to do what I need. I did find something that might do it but it

Re: Re: simple Telnet or vi editor problem

2001-07-19 Thread anna . roberts
Rahul, You could use a :1 and that will take you to the first line of your program. Then use cntrl d to page you down. cntrl u will get you up one page. Anna Rahul Garg <[EMAIL PROTECTED]> wrote: > Hello, Any solutions regarding this , Creating a problem . Waiting for Repl

Module question

2001-07-19 Thread anna . roberts
Okay now I'm really frustrated. I downloaded the CPAN module got it installed made sure everthing was installed right. Proceeded to try and use it my program and it dosen't work. For me atleast. I'm not sure what I"m doing wrong. It is so simple I'm sure but well I'm not getting it. :( P

Re: Re: Module question

2001-07-19 Thread anna . roberts
Like I said I was frustrated. I'm using the Deitel and Deitel book. But it is probably not it's fault. I'm just confused. I thought I understood I needed to define how I should use the module so it would use it. But from what you just said I guess not. Please provide assistance or a exa

modules question

2001-07-30 Thread anna . roberts
Dose anyone know of a exsiting Perl module that will test to see what tape drives are available on Unix box? I looked through the some of the CPAN stuff but didn't find anything that looked like what I might need. Any help would be appreciated. Thank you, Anna -- To unsubscribe, e-mail:

Help with arrarys / lists

2001-06-01 Thread anna . roberts
I want to take the output of a df -k command and take the first column and put it into a nice array or list that I can then later put each seperate line into a command. I have tried a few different versions and can't figure it out. I'm new to this and I'm sure it is easy but well I'm green