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