I have to populate a directory structure one level with creating directory names and two files per directory ( actually a redirect to an other CGI in perl )
But I need to know how to send the shell comands like I was using zsh or something should I write a shell command file that does it and then call it through opening a pipe? Passinf the dirctory name through the perl script to the shell script?