On 06/03/2012 04:47, lina wrote:
On Tue, Mar 6, 2012 at 12:23 PM, Rob Dixon wrote:
Lina the code you have shown doesn't produce that warning. If you still
need help then please post your current code.
Thank you. it's weird.
#!/usr/bin/env perl
use strict;
use warnings;
use File::Spec;
use Fi
On 05/03/2012 18:34, Lancashire, Pete wrote:
> my brain this morning is blocked on this one
>
> I have a file something like
>
> cpu01 value value value
> cpu02 value value value
> cpu03 value value value
> ...
> cpu01 value value value
> cpu02 value value value
> cpu03 value value value
>
On Tue, Mar 6, 2012 at 12:23 PM, Rob Dixon wrote:
> Lina the code you have shown doesn't produce that warning. If you still
> need help then please post your current code.
Thank you. it's weird.
#!/usr/bin/env perl
use strict;
use warnings;
use File::Spec;
use File::Basename;
my $INPUTFILE = $A
Lina the code you have shown doesn't produce that warning. If you still
need help then please post your current code.
Rob
On 06/03/2012 03:55, lina wrote:
$ perl extract_v2.pl try.tex
Useless use of a constant (<) in void context at extract_v2.pl line 25.
Useless use of private variable in voi
$ perl extract_v2.pl try.tex
Useless use of a constant (<) in void context at extract_v2.pl line 25.
Useless use of private variable in void context at extract_v2.pl line 25.
metabolism
toxic2
toxic4
#!/usr/bin/env perl
use strict;
use warnings;
use File::Spec;
use File::Basename;
my $INPUTFILE
Thanks for all of you.
I will take time to do those things.
Best wishes,
lina
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/
On 03/05/2012 07:19 AM, lina wrote:
Which books are the best perl books you have ever read?
1. Learning Perl -- this book gets you up the initial learning curve.
Read it cover to cover, enter and play with the example code, and do the
exercises:
http://shop.oreilly.com/product/063692001
On 12-03-05 10:19 AM, lina wrote:
Which books are the best perl books you have ever read?
The latest version of Modern Perl has just come out.
http://www.onyxneon.com/books/modern_perl/index.html
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organization
Hi Rob,
a few small corrections.
On Mon, 5 Mar 2012 17:32:12 +0100
Rob Coops wrote:
> On Mon, Mar 5, 2012 at 4:35 PM, Shawn H Corey wrote:
>
> > On 12-03-05 10:19 AM, lina wrote:
> >
> >> Is the books wrote before 2006 a bit older, are there much changes in
> >> the last 10 years for perl?
>
On 3/5/12 Mon Mar 5, 2012 10:34 AM, "Lancashire, Pete"
scribbled:
> my brain this morning is blocked on this one
>
> I have a file something like
>
> cpu01 value value value
> cpu02 value value value
> cpu03 value value value
> ...
> cpu01 value value value
> cpu02 value value value
> cp
my brain this morning is blocked on this one
I have a file something like
cpu01 value value value
cpu02 value value value
cpu03 value value value
...
cpu01 value value value
cpu02 value value value
cpu03 value value value
...
cpu01 value value value
cpu02 value value value
cpu03 value va
On Mon, Mar 5, 2012 at 12:22 PM, Mike Burns wrote:
> On Mon, Mar 5, 2012 at 10:19 AM, lina wrote:
>
>> Hi,
>>
>> Which books are the best perl books you have ever read?
>>
>> How did you start learning perl?
>>
>> Is the books wrote before 2006 a bit older, are there much changes in
>> the last 1
On Mon, Mar 5, 2012 at 4:35 PM, Shawn H Corey wrote:
> On 12-03-05 10:19 AM, lina wrote:
>
>> Is the books wrote before 2006 a bit older, are there much changes in
>> the last 10 years for perl?
>>
>
> All changes to Perl are available via perldoc.
>
> `perldoc perl` and search for /delta/.
>
> `
On 12-03-05 10:19 AM, lina wrote:
Is the books wrote before 2006 a bit older, are there much changes in
the last 10 years for perl?
All changes to Perl are available via perldoc.
`perldoc perl` and search for /delta/.
`perldoc pelrdelta` gives the latest.
--
Just my 0.0002 million dolla
Hi,
Which books are the best perl books you have ever read?
How did you start learning perl?
Is the books wrote before 2006 a bit older, are there much changes in
the last 10 years for perl?
I am keen to learning it, but so clumsy,
Thanks with best regards,
--
To unsubscribe, e-mail: beginne
On 4 March 2012 23:03, Patrick Dupre wrote:
> Hello,
>
> After an upgrade from fedora 13 to fedora 14, my application fails
> with:
> PDL::LinearAlgebra::Real needs to be recompiled against the newly installed
> PDL at /usr/lib64/perl5/DynaLoader.pm line 223
>
> I just reinstall perl::LinearAlgebr
On 2012-02-27 03:52, Shawn H Corey wrote:
There is no simplify way of doing this.
perl -wle '
my $s = "{red,green,blue},{small,large},{light,dark}";
print for glob $s;
'
--
Ruud
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl
17 matches
Mail list logo