On Apr 18, 2:50 pm, dpchr...@holgerdanske.com (David Christensen)
wrote:
> On 04/17/2012 08:28 PM, flebber wrote:
>
> >> Can anyone recommend a good book/s for Perl and learning how to handle
> >> XPath,XML,SQL, XQuery.
> >> I would like to know better how to
On Apr 18, 12:13 pm, flebber.c...@gmail.com (flebber) wrote:
> Can anyone recommend a good book/s for Perl and learning how to handle
> XPath,XML,SQL, XQuery.
>
> I would like to know better how to handle and retrieve text formats
> and utilise database storage of the data.
>
Can anyone recommend a good book/s for Perl and learning how to handle
XPath,XML,SQL, XQuery.
I would like to know better how to handle and retrieve text formats
and utilise database storage of the data.
Sayth
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e
Okay I have a working version for an answer to Gabor's exercises in
his udemy perl beginners training. But I think I am making it
unecessarily hard. Is there are clearer way to do this?
The scope of the question was? Given a Text file 'questions.txt'
filled with a single number each line. Create a
Okay I have a working version for an answer to Gabor's exercises in
his udemy perl beginners training. But I think I am making it
unecessarily hard. Is there are clearer way to do this?
The scope of the question was? Given a Text file 'questions.txt'
filled with a single number each line. Create a
Hi
I can get the standard list slicing to work. But what about getting
the result of a list slice to an interpolated string or a range
interpolated.
In beginning perl Simon uses this example
#!/usr/bin/perl
# multilist.plx
use warnings;
use strict;
my $mone; my $mtwo;
($mone, $mtwo) = (1, 3);
pr
I was reading chromatics article on his thoughts on why perl funding
was so hard.
It can be found here
http://www.modernperlbooks.com/mt/2011/11/why-is-funding-perl-core-development-so-difficult.html
Though i had other things to do, it sort of got to me. Couldn't stop
thinking about it in the bac
Just a quick question on the need of "my"
http://perldoc.perl.org/functions/my.html
Was using an example from the beginning perl text in the example he
gave he wasn't using strict but i have it on to all scripts by
default.
For this example. the first two assignments work okay, but then at $c
if
On Sep 2, 4:46 am, ratul...@yahoo.co.in (anirban adhikary) wrote:
> Hi I have write the following code and Now I have been asked to write a unit
> test case for this code. But neither I have any idea how to write a unit
> test case nor I have ever experience with it. So in this case I am asking
On Sep 1, 4:54 am, byu...@langly.dyndns.org ("Brian F. Yulga") wrote:
> Marc wrote:
> > Shawn,
>
> >> if you use perlbrew and local::lib you
> >> can test different perl versions and then different environments.
>
> > I haven't looked into local::lib yet. What advantage does that give you
> >
On Aug 29, 10:18 pm, flebber.c...@gmail.com (flebber) wrote:
> I have a new debian install and am continuing to learn perl.
>
> Whilst I know I should use perlbrew to keep my perl version separate
> from my system version is there anyway to sandbox the perlbrew
> environments.
>
I have a new debian install and am continuing to learn perl.
Whilst I know I should use perlbrew to keep my perl version separate
from my system version is there anyway to sandbox the perlbrew
environments.
So basically If I want to experiment and toy with different cpan apps
and so forth I can w
12 matches
Mail list logo