PERL exec or system commands - TechRepublic
General discussion
February 11, 2001 at 04:48 AM
jim

PERL exec or system commands

by jim . Updated 24 years, 11 months ago

I am using an apache web server on a linux OS.
I want to use the perl exec or system command to either call another html file or to call a real audio video file.

while I can use
exec(`ls>fileb` ); to place a directory listing in a text file, Iam unable to call an html page or a real audio file
what am I missing and what command syntax should I use to successfully call an html page or a real audio file

your answer must work to recieve points !

This discussion is locked

All Comments