On Sun, 19 May 2013 09:16:33 -0700, John SJ Anderson wrote:
>Our FAQ has a list of recommended resources: http://www.perl.org/learn/faq/beginners.html#books
Heck, that list is dated. Learning Perl is now in it's 6 th edition.
--
Peter Gordon, pete...@netspace.net.au on 05/20/2013
--
To
Dear Shlomi Fish,
.
Thank you for pointing to the right website I will follow the rules.
The above code is only part of the large program. I have posted only the
Database related portion only.
Regards,
Ganesh
On Sun, May 19, 2013 at 1:38 PM, Shlomi Fish wrote:
> Hi Ganesh,
>
> On Sat, 18 May 2
On Sun, May 19, 2013 at 9:10 AM, Rahim Fakir wrote:
> Can someone tell me or give a adress to programs like hello world or
> similar, for practice.
> Iam beging practice programming, and bought a book of perl, but i need
> program to practice can someone give me a hand.
>
>
You haven't really aske
Can someone tell me or give a adress to programs like hello world or
similar, for practice.
Iam beging practice programming, and bought a book of perl, but i need
program to practice can someone give me a hand.
Best Regards
Ray
Hi All,
I have an issue with a small piece of code. I am using IO::Socket::INET to
accept client connections from an socket, and then hand the connection off
to an newly created thread. As soon as an client disconnects (or interrupts
the tcp session), the script will exit completely. No errors,
Hi Ganesh,
On Sat, 18 May 2013 20:11:09 +0530
Ganesh Babu N wrote:
> $dbh = DBI->connect("dbi:mysqlPP:$dsn;host=$host", $user, $pw,
> {PrintError => 1, RaiseError => 1});
> if (!$dbh) {
> print "error: connection: $DBI::err\n$DBI::errstr\n$DBI::state\n";
> }
> $drh = DBI->install_driver("mys