On Apr 26, 2004, at 10:43 AM, Andy Lester wrote:


How are you reading from the files? Opening them yourself one at a time?
Don't. Use the magic filehandle.

On Apr 26, 2004, at 10:44 AM, Dennis Boone wrote:


If your perl script is structured like this:

        while (<>)
        {
                # process
        }

then perl will process stdin if no files are named, or the contents
of each file named on the command line in sequence.


Alas, my inputs are not the names of files. They are scalars, like this:

plato-cratylus-1072532262 plato-charmides-1072462708 bacon-new-1072751992

--
Eric
(574) 631-8604




Reply via email to