Jyoti wrote:
> Heya,
>
> I have a cgi script which works fine!! It basically asks a user to enter
> e-value and the user can enter then its accepted. But this script only works
> in my linux terminal.
> I want to allow users to same thing ( like enter text for same question ) on
> my local server
Heya,
I have a cgi script which works fine!! It basically asks a user to enter
e-value and the user can enter then its accepted. But this script only works
in my linux terminal.
I want to allow users to same thing ( like enter text for same question ) on
my local server. If i run this same script
On Wed, 07 Oct 2009 17:38:59 +1000, Raymond Wan wrote:
Did you consider Dave's suggestion about using netblast (which I
honestly have never used)?
Ah I shouldn't have gotten it wrong in the first place, but its wwwblast.
Basically just download the wwwblast-arch-os.tar.gz (so if you're on
Hi Jyoti,
Jyoti wrote:
Yepp, i think I need to be more specific. I am trying to design a web server
which can upload a user input file which contains number of protien
sequences. Then I need to blast this file to get blast results directly as
an output file.
But as m new to perl, I seriously d
Thanks Ray,
Yepp, i think I need to be more specific. I am trying to design a web server
which can upload a user input file which contains number of protien
sequences. Then I need to blast this file to get blast results directly as
an output file.
But as m new to perl, I seriously dont have an ide
Hi Jyoti,
Jyoti wrote:
How to upload any file and get results for that uploaded file through a
redirected URL, in perl/cgi
I mean to ask, for example, I upload a file which contains protein
sequences. Now I want blast results for that uploaded file in my server.
Can anyone help me with few lin
Hello All,
How to upload any file and get results for that uploaded file through a
redirected URL, in perl/cgi
I mean to ask, for example, I upload a file which contains protein
sequences. Now I want blast results for that uploaded file in my server.
Can anyone help me with few lines of Code, so t
Sorry I forget that I'm runing on win2000.
[EMAIL PROTECTED] wrote:
>
> Hi All and thanks in advance for help!
>
> I receive some weekly reports in my mail account, what I need is a script
> which check if im my e-mail account are present messages with a specified
> subject and if true move th
Hi All and thanks in advance for help!
I receive some weekly reports in my mail account, what I need is a script
which check if im my e-mail account are present messages with a specified
subject and if true move the attached file to a specified folder and then
delete the message.
I already read he