what am i doing wrong? im sorry if this is stupid question but ive started learning perl very recently.chdir($current_dir) or die "cant change\n"; my $dir = $current_dir . "/program2.pl"; my @args = ("$dir", "&"); system (@args);
In reply to running programs from PERL by metalnut
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |