[Biodevelopers] WWWBLAST: blast.REAL process can't read param values from parent process

Malay mbasu at mail.nih.gov
Thu Apr 15 15:15:37 EDT 2004


> exec './blast.REAL' or die "Can't run command blast.REAL: $!";

Here is the problem. The child does not inherit the command line. 
Replace it with

exec ("./blast.REAL", @ARGV ) ...

It should work thatway.

Malay



More information about the Biodevelopers mailing list