Help for this page

Select Code to Download


  1. or download this
    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');
    
  2. or download this
    #! /usr/bin/perl
    use strict;
    ...
    use Fcntl qw(:DEFAULT :flock);
    
    system(`mkdir /cgi-bin/NEW`);