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
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
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
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
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
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>
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
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
>
>
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
operations on files > 200MB ?
thanks,
KM
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
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]
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
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
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]
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]
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
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
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
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]
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
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
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]
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
? 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]
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
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,
>
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
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
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]
29 matches
Mail list logo