vineet2004 has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's minimum standard of quality and will not be displayed.

Replies are listed 'Best First'.
Re: (OT) passing string array
by GrandFather (Saint) on Dec 27, 2006 at 09:18 UTC

    Print a file name perline and pipe the result into the next script. The next script then reads a line at a time from STDIN, chomps it, then performs whatever further processing is needed on the file name.


    DWIM is Perl's answer to Gödel
Re: (OT) passing string array
by Joost (Canon) on Dec 27, 2006 at 14:44 UTC