in reply to Re: system call not workingin thread system call not working
Please do the following:
#!/usr/bin/perl $pdbfile = $ARGV[0]; print "path=$ENV{PATH}\n"; print "procheck $pdbfile 1.0\n"; #system("procheck $pdbfile 1.0"); [download]