Re: [irc Q] how to extract info to disk

2014-05-08 Thread Andy Bach
Slightly off-topic but an intersecting article which includes a script for a perl DoS client that can managed via IRC http://draios.com/fishing-for-hackers/ On Thursday, May 8, 2014, David Precious wrote: > On Wed, 07 May 2014 15:24:05 -0400 > Harry Putnam > wrote: > > > I am a complete and tot

Re: close dbh in the subroutine

2014-05-08 Thread David Precious
On Thu, 08 May 2014 16:54:32 +0400 Jeff Pang wrote: > Hi, > > I created a $dbh object in the main body, and pass it to a > subroutine, then close the $dbh in the subroutine, does it  influence > the $dbh in the main? Yes. It's a reference to the same DBI object. -- To unsubscribe, e-mail:

close dbh in the subroutine

2014-05-08 Thread Jeff Pang
Hi, I created a $dbh object in the main body, and pass it to a subroutine, then close the $dbh in the subroutine, does it  influence the $dbh in the main? $dbh = DBI->connect($data_source, $username, $auth, \%attr); my_func($dbh); $dbh->do(something); # will this broke? sub my_func { my $d

Re: [irc Q] how to extract info to disk

2014-05-08 Thread David Precious
On Wed, 07 May 2014 15:24:05 -0400 Harry Putnam wrote: > I am a complete and total novice to irc. Never used and never wanted > to before. > > Rather than put my vast ignorance on display and annoy the heck out of > others on the channel, I'd like to extract information from the irc > servers a