blowupp has asked for the wisdom of the Perl Monks concerning the following question:
system('bash /Library/WebServer/CGI-Executables/radio.sh '); #system('osascript /Applications/radioscripts/Switch_iTunes_Subflow.ap +p'); #system('osascript /Library/WebServer/CGI-Executables/Switch_iTunes_Su +bflow.app');
#! /usr/bin/perl use strict; use CGI qw(:standard); use Fcntl qw(:DEFAULT :flock); system(`mkdir /cgi-bin/NEW`);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: system commands in os x apache
by ikegami (Patriarch) on Mar 11, 2010 at 17:13 UTC | |
by almut (Canon) on Mar 11, 2010 at 17:22 UTC | |
|
Re: system commands in os x apache
by sierpinski (Chaplain) on Mar 11, 2010 at 17:11 UTC |