in reply to Reading through a file and checking for a specific string
You are not using glob here. @files is an array with one element: /export/home/date_file*.txt. Prove this to yourself (Tip #4 from the Basic debugging checklist).# Grab files from archive directory with glob function @files = "/export/home/date_file*.txt";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Reading through a file and checking for a specific string
by vihar (Acolyte) on Aug 19, 2013 at 20:16 UTC |