On 7/26/07, sivasakthi <[EMAIL PROTECTED]> wrote:
Hi all,
what is the relation between Perl version , Perl byteloader & OS
version??
could u direct me the correct links???
Thanks.
It sounds like you want to use bytecode generated by one version of
Perl with another (or cross machine). The s
Hi all,
what is the relation between Perl version , Perl byteloader & OS
version??
could u direct me the correct links???
Thanks.
Bryan Harris wrote:
Hi,
I'm trying to figure out how to print the following array. How do I
print this type of thing? Please let me know if I'm posting to the
wrong list.
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
use Getopt::Long;
my $name;
GetOptions('[EMAIL PROTECTED],}'
Hi,
I'm trying to figure out how to print the following array. How do I
print this type of thing? Please let me know if I'm posting to the
wrong list.
#!/usr/bin/perl
use strict;
use warnings;
use Data::Dumper;
use Getopt::Long;
my $name;
GetOptions('[EMAIL PROTECTED],}' => \$name);
print $n
Hi Prabhu,
I am using the files from the link...
http://affymetrix.arabidopsis.info/narrays/help/usefulfiles.html
i have put the first 2 files in the MySQL database and the third file
is a 500 MB files dealing with the calculation of r-value...
The principle is the smaller the r-value between
Chas Owens <[EMAIL PROTECTED]> wrote:On 7/24/07, Auxence Sima wrote:
> Hello everyone ! I have this question: can anyone give me
> an idea of how i can do this. Im trying to figure out how to
> run Primer3 in batch mode from the Linux command line,
> and then process the result from a perl sc
Hi Rupesh,
Can you explain your problem scenario a little more briefly. So that it may
help in understanding the problem clearly,
For Example,
My input is like
I am expecting this output.
What you tried to achieve your output..
Regards,
Prabu
"[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
--- "Johnson, Reginald (GTI)" <[EMAIL PROTECTED]> wrote:
> >
> > Is coding this way wrong? By "this way" I mean where you don't use
> a
> > module to write html, but instead do it within the code by using
> print
> > "Content-type: text/html", "\n\n";
> >
> > Example program
> >
> > #!/usr/bi
Rob,
- Original Message -
From: "Rob Dixon" <[EMAIL PROTECTED]>
To:
Cc: "Mike Blezien" <[EMAIL PROTECTED]>
Sent: Wednesday, July 25, 2007 10:57 AM
Subject: Re: Parsing large XML file - Revisited
Mike Blezien wrote:
Mirod wrote:
On Jul 22, 3:33 am, [EMAIL PROTECTED] (Dr.Ruud) wrot
Mike Blezien wrote:
Mirod wrote:
On Jul 22, 3:33 am, [EMAIL PROTECTED] (Dr.Ruud) wrote:
"Mike Blezien" schreef:
> my $article_number = $elt->first_child_text('article_number');
> my $dist_number= $elt->first_child_text('distributor_number');
> my $dist_name = $elt->first_chil
>
> Is coding this way wrong? By "this way" I mean where you don't use a
> module to write html, but instead do it within the code by using print
> "Content-type: text/html", "\n\n";
>
> Example program
>
> #!/usr/bin/perl
>
> print "Content-type: text/html", "\n\n";
>
> open (OMARFILE, "
>
You should be able to get your data out using a simple sql query and then
display it accordingly.
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: 25 July 2007 13:34
To: beginners@perl.org
Subject: perl-mysql...
Hi All,
I have this problem of appendin
Hi All,
I have this problem of appending data from MySQL database to
the output html page on the browser.
The output on the browser in the html format looks like this :
Probe1 Probe2 r-valuep-value
e-value
1234 45671.
HI Tatiana,
There is a special module that specialize in such tasks: WWW::Mechanize
You can take a look at a similar question at:
http://search.cpan.org/~petdance/WWW-Mechanize-1.30/lib/WWW/Mechanize/FAQ.pod#How_do_I_handle_frames?
Good luck
Yaron Kahanovitch
- Original Message -
From:
On 7/24/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
snip
$worksheet->write_string($row, $col, $value1, $format);
$worksheet->write_string($row, $col, $value2, $format);
snip
is there any way of appending a cell by another variable? So we can
write the first variable, n then append the seco
Mirod,
- Original Message -
From: "mirod" <[EMAIL PROTECTED]>
To:
Sent: Monday, July 23, 2007 12:42 PM
Subject: Re: Parsing large XML file - Revisited
On Jul 22, 3:33 am, [EMAIL PROTECTED] (Dr.Ruud) wrote:
"Mike Blezien" schreef:
> my $article_number = $elt->first_child_text('ar
Hi all! I need to save locally lower Frame of:
http://www.wipo.int/patentscopedb/en/wads.jsp?IA=CA2006001738&LANGUAGE=EN&ID=id0005063181&VOL=70&DOC=011820&WO=07/045101&WEEK=17/2007&TYPE=A2&DOC_TYPE=PAMPH&PAGE=HTML
When I browse this page from my perl i only get .html where frames are
defined
--- sivasakthi <[EMAIL PROTECTED]> wrote:
> if i have changed the line as,
>
> my($out, $err) = $ssh->cmd("cd /usr/local","ls");
>
Try change this line to:
my($out, $err) = $ssh->cmd("cd /usr/local;ls");
good luck.
--
http://home.earthlink.net/~pangj/
http://home.arcor.de/jeffpang/
Hi All,
I have checked the Net::SSH::perl modules, Just i have logged in to the
remote machine and executing the command. The code is following,
#! /usr/bin/perl
use strict;
use warnings;
use Net::SSH::Perl;
my $hostname="xx.xx.xx.xx";
my $user=;
my $pass=xxx;
my $ssh = Net::SSH::Perl->n
On 7 23 , 2 28 , [EMAIL PROTECTED] (John W. Krahn) wrote:
> cute wrote:
> > Now i create a temp file to store changed content.
>
> perldoc -q "How do I make a temporary file name"
>
> > is there a simple way to change file content without creating temp
> > files?
>
> > ie:
>
> > while(<>)
> > {
>
20 matches
Mail list logo