Mahoota has asked for the wisdom of the Perl Monks concerning the following question:
and was wondering how to write a perl script to simply write this to the command line. (I can then get the results by reading in from the results file created, no problem.)>program -fFileToWriteTo FileToReadFrom
A second program, however, is executed from the command line and then asks for a filename to be entered:
Does this require a different kind of script to write into a program?>coils Please enter filename of sequence
For this program the results are displayed in the command line (as a list of letters amd probabilities) and not written to a file. How can i read them into my script?
Help on any of the above matters is appreciated, thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Command Line
by Aristotle (Chancellor) on Jun 23, 2002 at 14:43 UTC |