Re: WWWBLAST: blast.REAL process can't read param values from parent process

Malay <[email protected]>
Newsgroups gmane.science.biology.informatics.devel
Message-ID <[email protected]>
> 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.