Re: Hey guys

2009-10-07 Thread Edi Stojicevic
* Slick [2009-10-07 08:34:44 -0700] wrote : > I have a thought. Thanks to all of you and Bob as well for asking me what I > want to do. > > I am trying to learn to write script and right now just comes the > understanding of what goes where and when etc. > > However is it possible to write a

Re: Fw: yet another question

2009-10-07 Thread David Christensen
Slick wrote: Got another question that I have been trying to wrap my mind around. About @argv. Now it says from I understand and read it access information from the command prompt. How exactly does it work? Is it it's own database? Or am I mistake, I know this may be a crazy question to ask.

Re: Hey guys

2009-10-07 Thread David Christensen
Slick wrote: However is it possible to write a script that allows me to load 1 program on 3 different computers?. I use Windows and I have a home network. Just a thought. Or even update the computers at the same time with one script instead of going to each computer and updating individuall

Hey guys

2009-10-07 Thread Slick
I have a thought. Thanks to all of you and Bob as well for asking me what I want to do. I am trying to learn to write script and right now just comes the understanding of what goes where and when etc. However is it possible to write a script that allows me to load 1 program on 3 different comp

RE: yet another question

2009-10-07 Thread Bob McConnell
From: Slick > > What do you guys do to practice? Do you practice one script > over and over again? Do you read differnt scripts and figure > out what is happening in each one? Do you think of ideas to > do things, then make the script for that? It sounds to me like you are looking at Perl as a s

Re: eval and next

2009-10-07 Thread Jenda Krynicky
Date sent: Tue, 06 Oct 2009 15:45:44 +0200 From: Alexander Koenig To: beginners Subject:eval and next > Hi all, > > I have a Perl program where I use eval to catch errors. As they are Java > errors (via Inline::Java) I want my p

Re: DBI driving me nuts ... !

2009-10-07 Thread Jenda Krynicky
> Please can you advise ? > > #!/usr/bin/perl > > use Mysql; > > $dbh = Mysql->connect("localhost","mailscanner","root","c0nc3pt") or > die ("Error " . Mysql->errno . " - " . Mysql->errstr); > ... I do not see any DBI in here. Though ... http://search.cpan.org/~capttofu/DBD-mysql- 3.0008/lib/M

Re: yet another question

2009-10-07 Thread Shlomi Fish
On Wednesday 07 Oct 2009 02:11:38 Slick wrote: > Sorry for all my questions. > > What do you guys do to practice? Do you practice one script over and over > again? Do you read differnt scripts and figure out what is happening in > each one? Do you think of ideas to do things, then make the scrip

Re: Server HELP-urgent

2009-10-07 Thread Dave Tang
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

Re: Server HELP-urgent

2009-10-07 Thread Raymond Wan
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