At 3:06 AM +0100 10/22/09, Jyoti wrote:
Heya,
Can anyone help me download my output results, please? I am actually doing
my (Blast program) search and getting the output result files in my
temporary folder, as I am told to do so.
Now, how can I save that output file or download the file from my
First verify that your command is giving the correct output. I don't see
anything wrong with the code itself. Try to catch standard error.
"Sayed, Irfan (Irfan)" <[EMAIL PROTECTED]> wrote: Hi All,
I did as follows but still not getting output in a file.
plz help
#/usr/atria/bin/Perl -
Sayed, Irfan (Irfan) wrote:
Hi All,
I did as follows but still not getting output in a file.
plz help
#/usr/atria/bin/Perl -w
use strict;
use warnings;
my $CT = "/usr/atria/bin/cleartool";
my @vob_list = `$CT lsvob -s`;
my $fname = "/tmp/vob_trigger";
open FILE,">>",$fname or die
On 08/02/2006 10:39 AM, Sayed, Irfan (Irfan) wrote:
Hi All,
Following is the code which i am executing but i am not getting the
output of command my $out = system($cmd); into the file.
Plz help.
Regards
Irfan.
#/usr/atria/bin/Perl -w
use strict;
use warnings;
my $CT = "/usr
Sayed, Irfan (Irfan) wrote:
> Hi All,
Hello,
> Following is the code which i am executing but i am not getting the
> output of command my $out = system($cmd); into the file.
>
>
> #/usr/atria/bin/Perl -w
>
> use strict;
> use warnings;
> my $CT = "/usr/atria/bin/cleartool";
> my @vo
Sayed, Irfan (Irfan) wrote:
Hi All,
Following is the code which i am executing but i am not getting the
output of command my $out = system($cmd); into the file.
Plz help.
Regards
Irfan.
#/usr/atria/bin/Perl -w
use strict;
use warnings;
my $CT = "/usr/atria/bin/cleartool";
m