Hi Jan and Stephen,
I could solve my problem. The way I could do is as
follows:
push (@{$C{$range}}, $c);
where C is the hash having keys some integers and
values as an array. So I could add more elements($c)
to the array inside that hash(%C) is as above.
Thank you so much Stephen and Jan for h
Hi Everybdy,
I am stuck in a problem for which I need your help. My
problem spins around adding an element in an array
within a hash.
I have a hash declared as $hash{"1"[EMAIL PROTECTED]; now I
want to add an element to it within a loop. How would
I do this? I would be highly grateful to you if yo
Hi,
As my network program on sun solaris was giving
problem with the error:
malformed header from script. Bad header=BLASTN 2.2.4
[Aug-26-2002]: /usr/local/apache/cgi-bin/local/
file3.cgi
I tried with another linux machine it worked fine.
That is, after sending the request to the linux
machine I
ing Apache have rights to the
> /home/soumya/Application/BLAST/blastall file and the
> data directories?
>
> What's in the access_log or error_log when you run
> the script from the
> web page?
>
> -Michael
>
> >>> Soumyadeep nandi <[EMAIL PROT
Hi,
I am stuck with another problem. I want to send a
request from the perl file to the server. The server
receives the request with a cgi file which will
process the request by executing a system command and
send back the result. But my cgi script is not
executing the system command.
The cgi scr
Hi,
I am again stuck with a problem, depicting as bellow.
I want to send a request from the perl file to the
server. The server receives the request with a cgi
file which will process the request by executing a
system command and send back the result.
But my cgi script is not executing the system
;Content-type:text/plain\n\n";
$query = new CGI;
$str = $query->param('st');
print "here the string is : $str\n";
--- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote:
> Soumyadeep nandi wrote:
> > Hi All,
>
> > So, I have two
Hi Wiggins,
Thankyou very much for your suggestion and guideline.
I would inform you on my progress.
With best of my regards
Soumyadeep
--- Wiggins d'Anconia <[EMAIL PROTECTED]> wrote:
> Soumyadeep nandi wrote:
> > Hi All,
>
> > So, I have two plans to work out t
Hi All,
As a naive perl programmer, I want to get rid of a
problem, for that, I am keen, awaiting your
suggestions. I doubt, I could not present my case in
front of you properly. Anyway, my problem spins around
the following.
The module I am working with, need some networking.
Let me go little bi