FW: system commands

2000-05-16 Thread Moulder, Glen
n the command through a pipe like this: open(COMPUTERS,"net view |") or die "can't run"; while () { ... # populate variables, etc. }; tell us more, Glen -Original Message- From: cklee [mailto:[EMAIL PROTECTED]] Sent: Monday, May 15, 2000 4:57 PM To: Perl-Wi

Re: system commands

2000-05-15 Thread Ned Konz
cklee wrote: > I used system trying to invoke an application with syntax: > system("applname.exe"); > Perl didn't do anything except print out the output above the system line > to the browser. I ran the same Perl program at the DOS prompt, it works. What browser? Are you trying to do this insi

system commands

2000-05-15 Thread cklee
{\rtf1\ansi\ansicpg1252\fromtext \deff0{\fonttbl {\f0\fswiss Arial;} {\f1\fmodern Courier New;} {\f2\fnil\fcharset2 Symbol;} {\f3\fmodern\fcharset0 Courier New;}} {\colortbl\red0\green0\blue0;\red0\green0\blue255;} \uc1\pard\plain\deftab360 \f0\fs20 I used system trying to invoke an application wi