|
Posted by Jürgen Exner on April 5, 2008, 9:36 pm
Please log in for more thread options >> >I have a file called "list1" - its got about 80 rows - each row is
>> >alpha numeric name w/ ".txt" extension - each name refers to a file in
>> >the dir.
>>
>> >The script reads the list - for each name in the list, it will perform
>> >an operation (an executable of a "C-program" and writes to same name
>> >with a different extension, say ".mp3".
>>
>I need help in writing please
Ok, what do you have so far? Show us your current code, explain what it
is supposed to do (you got that part already), what it is actually
doing, or where you are stuck. I am sure someone will be happy to show
you how to get unstuck.
>Also, if I use "print" within perl to the dump a executable command to
>the monitor,
This sentence doesn't compute. I have absolutely no idea what you are
talking about.
>will the process be executed and the perl will wait
>before it throws the next one to screen?
print() has nothing to do with process control. Where did you get that
idea?
jue
|