I am using Microsoft Windows XP 2002. I was in Git version 1.7.10. I
don't remember seeing an option to install any missing modules...at least
for the Perlbrew. Where would I find that?
Thanks!!
KJ
(Sorry, I should have replied all)
On Sun, Jun 17, 2012 at 12:42 AM, Andy Bach wrote:
> > I a
> I am getting the error message: "can't locate Pod/Usage.pm
Usually means you just don't have that module ("Pod::Usage") installed. You
want to to tell us what platform/OS you're on (eg windows XP or 7 and
ActiveState or Strawberry or Ubuntu and ver. 5.12) but you probably need to add
that a
Hello adit,
On Wed, 11 Apr 2012 20:03:28 -0700 (PDT)
adit edogawa wrote:
> hi,
> please help me ...
> I have a perl script as follows:
>
> #! / Usr / bin / perl-w
> # Use module
> use strict;
> use DBI;
>
Seems like your E-mail user-agent has seriously mangled your Perl code thinking
it is fr
On Mon, Feb 13, 2012 at 11:09 AM, venkates wrote:
> Hi All,
>
> foreach my $ncbi_tax_id ( keys %{$new_proteins}) {
> my %kegg_map = ();
> my $up_tax_map = read_map (
> "$up_maps_dir/$taxon_labels{$ncbi_tax_id}.map");
> foreach my $gene_id ( keys %{$new_proteins->{$
Levente Kovacs wrote:
On Sun, 20 Apr 2008 14:06:56 -0700
"John W. Krahn" <[EMAIL PROTECTED]> wrote:
Levente Kovacs wrote:
On Sun, 20 Apr 2008 22:09:21 +0200
Xavier Noria <[EMAIL PROTECTED]> wrote:
On Apr 20, 2008, at 21:57 , Levente Kovacs wrote:
Can anyone tell me what this error message
On Sun, 20 Apr 2008 14:06:56 -0700
"John W. Krahn" <[EMAIL PROTECTED]> wrote:
> Levente Kovacs wrote:
> >
> > On Sun, 20 Apr 2008 22:09:21 +0200
> > Xavier Noria <[EMAIL PROTECTED]> wrote:
> >
> >> On Apr 20, 2008, at 21:57 , Levente Kovacs wrote:
> >>
> >>> Can anyone tell me what this error me
On Sun, 20 Apr 2008 22:57:46 +0200
Xavier Noria <[EMAIL PROTECTED]> wrote:
> On Apr 20, 2008, at 22:45 , Levente Kovacs wrote:
>
> > Thank you very much for your answer. I am sitting here for a day
> > seeng what
> > could be wrong, but I can't find it. I post a link to my code here.
> > Than
Levente Kovacs wrote:
On Sun, 20 Apr 2008 22:09:21 +0200
Xavier Noria <[EMAIL PROTECTED]> wrote:
On Apr 20, 2008, at 21:57 , Levente Kovacs wrote:
Can anyone tell me what this error message mean?
syntax error at ./dbubdate.pl line 181, near "}continue"
The code around that line in that sc
On Apr 20, 2008, at 22:45 , Levente Kovacs wrote:
Thank you very much for your answer. I am sitting here for a day
seeng what
could be wrong, but I can't find it. I post a link to my code here.
Thank you
for your help in advance.
http://logonex.eu/cgi-bin/viewvc/viewvc.cgi/scripts4geda/dbub
Levente Kovacs wrote:
On Sun, 20 Apr 2008 22:09:21 +0200
Xavier Noria <[EMAIL PROTECTED]> wrote:
On Apr 20, 2008, at 21:57 , Levente Kovacs wrote:
Can anyone tell me what this error message mean?
syntax error at ./dbubdate.pl line 181, near "}continue"
The code around that line in that sc
Hi,
Thank you very much for your answer. I am sitting here for a day seeng what
could be wrong, but I can't find it. I post a link to my code here. Thank you
for your help in advance.
http://logonex.eu/cgi-bin/viewvc/viewvc.cgi/scripts4geda/dbubdate.pl?revision=127
http://logonex.eu/cgi-bin/vie
On Sun, Apr 20, 2008 at 3:57 PM, Levente Kovacs <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> Can anyone tell me what this error message mean?
>
> syntax error at ./dbubdate.pl line 181, near "}continue"
> Execution of ./dbubdate.pl aborted due to compilation errors.
snip
It means that you used impr
On Apr 20, 2008, at 21:57 , Levente Kovacs wrote:
Can anyone tell me what this error message mean?
syntax error at ./dbubdate.pl line 181, near "}continue"
The code around that line in that script is not well-formed. If you
don't know what to do please send lines 170 to 190 specifying which
Rob Dixon wrote:
>
> Don't forget that we can't see bold emphasis on the mailing list: the
> posts are
> converted to plain text by the server. But your errors must be on the lines
>
> > $pos1 = int($pos1);
> > $dist1 = int($dist1*100)/100;
>
> and are because $pos1 and $dist1 are undefined,
"Geetha Weerasooriya" schreef:
> while() {
> chop;
You must hate DOS.
> s/\s//g;
That already removes any CR or LF, so no chomp (or chop) was necessary.
--
Affijn, Ruud
"Gewoon is een tijger."
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands,
Geetha Weerasooriya wrote:
>
> In my perl code for MapMatching, I have following while loop. When I run
> the program I get the following two error messages(for each data line in
> the data file)
> But the out put file is created.
>
> Use of uninitialized value in int at filename.pl lineNo, line
On Mon, 10 Jul 2006, Geetha Weerasooriya wrote:
>
> In my perl code for MapMatching, I have following while loop. When I run
> the program I get the following two error messages(for each data line in
> the data file)
> But the out put file is created.
>
> Use of uninitialized value in int at f
u are wrong here:
@Output = `cmd` ;
it should be:
@Output = `$cmd` ;
2005/9/26, Nath, Alok (STSD) <[EMAIL PROTECTED]>:
> Hi,
>Any idea why I am getting this error message ?
>
>C:\tmp\Scripts>The process tried to write to a nonexistent pipe.
>The process tried to write
Laurent Coudeur wrote:
-Original Message-
From: Owen [mailto:[EMAIL PROTECTED]
Sent: 29 July 2005 00:07
To: beginners@perl.org
Subject: Re: error message with net::FTP
On Thu, 28 Jul 2005 10:17:35 -0400
"Laurent Coudeur" <[EMAIL PROTECTED]> wrote:
I am having some
-Original Message-
From: Owen [mailto:[EMAIL PROTECTED]
Sent: 29 July 2005 00:07
To: beginners@perl.org
Subject: Re: error message with net::FTP
On Thu, 28 Jul 2005 10:17:35 -0400
"Laurent Coudeur" <[EMAIL PROTECTED]> wrote:
> I am having some trouble with net::FT
On Thu, 28 Jul 2005 10:17:35 -0400
"Laurent Coudeur" <[EMAIL PROTECTED]> wrote:
> I am having some trouble with net::FTP module
> I get this error message
> Timeout at /usr/lib/perl5/5.8/Net/FTP.pm line 1001
>
> the script list directories in a path
> then loops and list subdirectories
> I can
Gary fung wrote:
>
> I am now implementing a Perl program for data-mining. My program includes
> the using of DBI (ODBC). When I used small amount of testing data(within
> hundreds records), the program can run successfully. However, when I tried
> a large amount of data(hundred thousands of reco
on Mon, 06 May 2002 13:54:48 GMT, [EMAIL PROTECTED] (Tony Ho)
wrote:
> Hi guys,
> Has anybody seen the following message before ?
>
> Can't locate object method "connect" via package "DBI" (perhaps you
> forgot to load "DBI"?) at ./test.pl line 150
Yes, a few times :-)
Is there a line
23 matches
Mail list logo