How to count lines in an output file

2002-02-19 Thread Tim Lago
I've written a really simple script that opens a file, reads for specific line of text and copies the matches to an output file, Here it is: open(INFILE, "rmaccess1.txt"); open(OUTFILE, ">outfile.txt"); print "Enter the name of the Media file to analyze and press Enter: \n"; chomp($realname =

Re: How to count lines in an output file

2002-02-19 Thread Tim Lago
thanks for everyones help, it worked great. "Tim Lago" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I've written a really simple script that opens a file, reads for specific > line of text and copies the matches to an ou

Help with simple menus

2002-02-27 Thread Tim Lago
I have this perl script that works for what I need to do with it except for the menus. I am new to perl and I have found out that I can download menu modules that can do what I want, but I am looking for a simpler solution. Ok, the question I have is this, can I create a simple menu that allows