From: jay Date: 2007-05-03T05:22:54+09:00 Subject: shell script with arguments within perl script Hi! I wanted to run the system command with in Perl script to execute shell script with argument. I need to know the correct syntax for the arguments. Ex.) #/opt/bin/perl system("shellscript.sh" , ); I am getting syntax error. If i get rid of the arg1-3 then the shell script runs just fine. thanks. -- Posted via http://www.ruby-forum.com/.