Re: Updating an array within a hash

2004-02-11 Thread Soumyadeep nandi
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

Updating an array within a hash

2004-02-10 Thread Soumyadeep nandi
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

Re: networking with perl

2003-03-27 Thread Soumyadeep nandi
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

Re: networking with perl

2003-03-26 Thread Soumyadeep nandi
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

Re: networking with perl

2003-03-25 Thread Soumyadeep nandi
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

Re: networking with perl

2003-03-25 Thread Soumyadeep nandi
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

Re: networking with perl

2003-03-22 Thread Soumyadeep nandi
;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

Re: networking with perl

2003-03-21 Thread Soumyadeep nandi
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

networking with perl

2003-03-18 Thread Soumyadeep nandi
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