Re: Book Recommendation - XPath, XML,SQL, XQuery

2012-04-17 Thread flebber
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

Re: Book Recommendation - XPath, XML,SQL, XQuery

2012-04-17 Thread flebber
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. >

Book Recommendation - XPath, XML,SQL, XQuery

2012-04-17 Thread flebber
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

Better Answer for This Question - Gabor's Chapter4 lecture 6

2011-12-09 Thread flebber
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

Better Answer for This Question - Gabor's Chapter4 lecture 6

2011-12-09 Thread flebber
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

Assigning List variable when slicing a list.

2011-12-03 Thread flebber
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

Chromatics - Why is funding Perl So Hard

2011-11-18 Thread flebber
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

Clarification on the use of "my"

2011-09-05 Thread flebber
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

Re: unit test case for this perl code

2011-09-03 Thread flebber
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

Re: Sandboxing while I am learning

2011-09-01 Thread flebber
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 > >

Re: Sandboxing while I am learning

2011-08-30 Thread flebber
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. >

Sandboxing while I am learning

2011-08-29 Thread flebber
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