Re: how to retreive data from internet.

2004-06-06 Thread km
also pls check Bioperl - donot again code - reuse the code. and ofcourse as asked earlier u need t have sound understanding of perl basics to use those modules. regards, krishna mohan - On Sun, Jun 06, 2004 at 09:51:22PM

Re: Nucleotide Sequence

2004-03-05 Thread km
Hi, Well thats fine . KM -- On Fri, Mar 05, 2004 at 01:29:36PM -0800, Sumit Kaur wrote: > Hey , > > I am not considering all the frames . Just the first combination. I am using the > book Learning perl for my basics. > &g

Re: Nucleotide Sequence

2004-03-05 Thread km
Hi, can u pls be a bit clear abt the question. are u considering all 6 frames while generating combinations ? u'll have to be comfortable with basics of Perl. As far as i have understood ur question i have made a program. HTH, regards, KM ## program # #!/usr/bin/pe

Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like

2004-02-06 Thread km
people (most?) would find your > suggestion > helpful. well its up to u/them :-) Its just a suggestion. > Harvey regards, KM > >Hi all, > > > >sorry i think its the otherway around. first one should know the > technical basics > of Perl language then dive into bo

Re: (U) What are the best Perl books out there ... More than 1 is fin e ... list as many as you like

2004-02-06 Thread km
etter than people who took those books without knowing what Perl language is. regards, KM --- On Fri, Feb 06, 2004 at 12:08:21PM -, Harvey Kelly wrote: > Hello, > > If you've no experience whatsoever, then Beginning P

list problem

2003-12-14 Thread km
something like for(1..10 ,jump 3) { print; } kindly enlighten , thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>

Re: [OT] Education Level

2003-12-08 Thread km
Hi all, I have done my BSc in Biology , Masters in biochemistry rightnow i am doing my PhD in Bioinformatics and i extensively use Perl at my work. Most of Perl i have learnt is from this mailing list and the system manuals :) KM

Re: simple module

2003-11-25 Thread km
Hi all, I have already done it. i am looking for an object oriented module from which i can look at the code. thanks, KM --- On Tue, Nov 25, 2003 at 10:41:33AM -0800, Rajesh Dorairajan wrote: > perldoc perlboot > >

simple module

2003-11-25 Thread km
Hi all, i am new to OO programming in Perl. Can someone suggest a simple Object Oriented Perl module thru which i can read thru and practice? i had gone thru perltoot,perlobj,perlref,perlsub etc regarding OOPs concepts in Perl. thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

r/w files

2003-11-17 Thread km
operations on files > 200MB ? thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

beginners oops module

2003-11-17 Thread km
Hi all, i wanna look at the (source code of) modules which give a basic understanding of OOPS programming style in Perl. any pointers will be helpful . thanks, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: When is Perl 6 coming out?

2003-11-13 Thread km
Hi all, i am just curious -- is perl 6 coming with a compiler ? thanks, regards, KM On Wed, Nov 12, 2003 at 07:53:17PM -0800, Randal L. Schwartz wrote: > >>>>> "Dan" == Dan Anderson <[EMAIL PROTECTED]> writes: > > Dan> That doesn't make me think

Re: interpolating a variable with a request parameter

2003-10-31 Thread km
Try with $q->param("qty$i"); thereis no variable interpolation in '' but when u use "" variable interpolation works. regards, KM -- On Fri, Oct 31, 2003 at 01:01:49PM -0500, radhika sambamurti wrote

methods

2003-07-19 Thread km
Hi all, Whats the difference between class methods and instance methods on perl ? kindly enlighten, regards, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

regex doubt

2003-04-12 Thread km
d)/g); } close FH; is that correct or any other shortcuts and corrections ? thanks in advance , km -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Module usage ?

2003-02-19 Thread km
hi all, i want to know if i 'use somemodule' in a perl program how does it affect the performance (in terms of being fast) of the script ? basically i want to compare the executable speed of the program with and without using the module. thanks, KM -- To unsubscribe, e-mail: [EMAIL

Tk module error

2003-02-16 Thread km
hi all , i am installing the module Tk804.0_24 from CPAN. but i get the following error while 'make' ing and couldnt install it : -error msg cd pTk && make DEFINE="" make[1]: Entering directory `/home/km/Tk

fast perl executable ?

2003-02-13 Thread km
hi all, how fast are the perl executables when compared with perl scripts and also when compared with C executable on linux ? regards, KM --- On Thu, 13 Feb 2003, Gan Uesli Starling wrote: > > > From: <[EMA

perl executable ?

2003-02-13 Thread km
hi all, if i want to make a standalone executable of my perl program how do i do that with perlcc ??? or any other way to generate machinecoded executable? kindly enlighten me -- regards, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: daemons ???

2003-02-08 Thread km
Hi all, well i really need a server :-) thanks, KM On Sat, 8 Feb 2003, Wiggins d'Anconia wrote: > > > [EMAIL PROTECTED] wrote: > > Hi, > > > > well to make it clear -- i need to make a server -- a

Re: daemons ???

2003-02-08 Thread km
Hi, well to make it clear -- i need to make a server -- a constantly running process -- suppose if i want to get a daily report of the frequency of all the users logging in and out on the system from the daemon written in perl -- how do i do that ? thanks, KM

daemons ???

2003-02-08 Thread km
hi all, how to write daemons in perl ? does it have such a support ? if so which module should i use? kindly enlighten me -- thanks in advance -- KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

remote execution

2003-02-07 Thread km
Hi all, i need to execute a C executable on a remote system from mine and get the results(like output files etc) back on to my system. how do i do this with perl ? which module do i need to use? enlighten me -- KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

regarding log() function

2003-02-05 Thread km
? do i have to install any other module for logarithms ? regards, KM -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: system() call fails

2003-02-04 Thread km
try with : system("@MakeCmd"); KM On Wed, 5 Feb 2003, Jeff 'japhy' Pinyan wrote: > On Feb 4, meriwether lewis said: > > >The system() command in the following script is > >failing with a: "No such

Re: Use of uninitialized value in pattern match (m//) at test.pl line 85.

2003-02-02 Thread km
hi, u can do : $var|=10; # like that if u want to set the variable to a default value-- # if the $var is not defined it assigns a value of 10 to it. KM -- On Sat, 1 Feb 2003, Rob Dixon wrote: > Chad Kellerman wrote: > > Hi guys, >

RE: Need help

2003-01-31 Thread km
hi, make sure that u have 755 permission to the test directory under cgi-bin and then try -- km - On Wed, 29 Jan 2003, Dan Muey wrote: > > Don't forget to post to list and not just the orginal sender!! > > > > Dan: > > > > e

Re: system call

2003-01-30 Thread km
Hi, pls try perldoc Shell at the command prompt KM On 30 Jan 2003, simran wrote: > not sure what you mean... but try: > > perldoc perlsec > > as a starting point... > > > On Thu, 2003-01-3

other new news ???

2003-01-21 Thread km
Hi all, i have head that switch is introduced from perl 5.8. what are all the other new additions to the perl??? enlighten me -- km -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]