Re: Printing fields in Perl without the use of AWK

2003-02-26 Thread John W. Krahn
Brady Jacksan wrote: > > HI all, Hello, > I am doing an assignment. I am writing a script to access a file and > print the first and last name of workers whose hours worked exceeded > 300hours. In the file, the last name is the first field and the first > name is the second field. Both fields a

Re: Printing fields in Perl without the use of AWK

2003-02-26 Thread Zeus Odin
How is $worker_hour populated? Post a sample of the data. Brady Jacksan wrote: HI all, I am doing an assignment. I am writing a script to access a file and print the first and last name of workers whose hours worked exceeded 300hours. In the file, the last name is the first field and the first n