Can u guys help me with PERL? My problem is quite simple : I want to create a new process in a PERL program and pass it arguments. It is something like this :

system('/MyDir/MyProg.pl $arg1 $arg2 &');

I don't know what's wrong with this! So if u've got an idea I will be glad if share it with me...