I'm new to PERL. I am familiar with UNIX shell (self taught) programming. I would like some pointers as to how to wite a PERL script to do the following:
1. Read a file (cat filename)
2. Select specific sentences from the file: grep -i name
3. Read specific columns in those sentences:
"while read d d line1 d line2 d"
4. Print out that information as I want (EXAMPLE): print "see how $line1 compares to $line2"
Any help would apreciated...
Thanks... Rich
janitored by ybiC: Retitle from one word "RCP" for searchability, minor format tweak for legibility