implementing links on a system command output

2005-10-12 Thread DBSMITH
I have written a CGI Perl program that allows my users to view relevant data. The data is produced by a Unix application command and I have told it to write to a intranet page that looks like: |--| | ( ) | |--|All-Clients |--| | ( ) | |--|Backup-Tapes |--| | ( ) | |--|PA

weird script!

2005-10-12 Thread Adriano Allora
hi to all, I want to write a very stupid script. It shuold: - upload a file from client (works) - extratc ascii from html (works) - show the sentence number X (works for nr.0) - create a button "following sentence" (does not work!) - redirect to the same page and re-upload the same file to show t

RE: running interactively

2005-10-12 Thread Bob Showalter
Adriano Allora wrote: > ha to all, Ha back! > > I need to use a a shell-program but I cannot pass all the arguments to > this program via system() function. In other words: the program > doesn't accept all the arguments via command line: I need to open it > and write interactively some instructi

Re: running interactively

2005-10-12 Thread Chris Devers
On Wed, 12 Oct 2005, Adriano Allora wrote: I need to use a a shell-program but I cannot pass all the arguments to this program via system() function. In other words: the program doesn't accept all the arguments via command line: I need to open it and write interactively some instructions. Is

running interactively

2005-10-12 Thread Adriano Allora
ha to all, I need to use a a shell-program but I cannot pass all the arguments to this program via system() function. In other words: the program doesn't accept all the arguments via command line: I need to open it and write interactively some instructions. Is there a module which works in t