Re: [Boston.pm] script works ok on command line, hangs when run from shell script

2017-05-02 Thread Duane Bronson
e tool to tell it to skip the > tool prompt when it gets a control c and exit immediately. > Luckily the tool has an option to do this. > > But the good news is I can use my perl filter now. > > Greg > >

Re: [Boston.pm] script works ok on command line, hangs when run from shell script

2017-05-01 Thread Duane Bronson
quot;$!: io->blocking ( 0 )"; >>> >>> >>> ​the "sub init" for SSL-capable netcat script "scnc" does : >>> >>> >>> $SIG{INT} = sub { $self->exit }; >>> $SIG{CHLD} = 'IGNORE'; >>> >>> >&

Re: [Boston.pm] a question

2017-01-30 Thread Duane Bronson
; } > } > > ## > > tia, > ole dan > > > j. daniel moylan > 84 harvard ave > brookline, ma 02446-6202 > 617-777-0207 (cel) > j...@moylan.us > www.moylan.us > [no html pls]

Re: [Boston.pm] perl 5.10 memory leak?

2016-12-14 Thread Duane Bronson
pty string which does the right > thing with the current version check. Hopefully your Perl gets upgraded > before IO::All has a new version check in DESTROY that this hack doesn't work. > > On Wed, Dec 14, 2016 at 7:44 AM, Duane Bronson <nerdmach...@gmail.com > <mail

Re: [Boston.pm] perl 5.10 memory leak?

2016-12-14 Thread Duane Bronson
PM, Ben Tilly <bti...@gmail.com> wrote: >>> Is the leak in not calling untie, or in looking at $^V? >> >> The leak is in looking at $^V. This was broken in 5.10.0 and fixed in 5.16.0. > > In boolean context. > > my $x = $^V; # fine > my $x = !$^V;

Re: [Boston.pm] perl 5.10 memory leak?

2016-12-13 Thread Duane Bronson
e > On Dec 13, 2016, at 4:57 PM, Bill Ricker <bill.n1...@gmail.com> wrote: > > > On Tue, Dec 13, 2016 at 4:11 PM, Duane Bronson <nerdmach...@gmail.com > <mailto:nerdmach...@gmail.com>> wrote: > Yes, our product is using scientific linux 6.3 which uses perl

Re: [Boston.pm] perl 5.10 memory leak?

2016-12-13 Thread Duane Bronson
t; my $orig_destroy = *IO::All::DESTROY{CODE}; > sub IO::All::DESTROY { > my $self = shift; > no warnings; > untie *$self if tied *$self; > $orig_destroy->($self, @_) if $orig_destroy; > } > } > > Now the custom code that you run is limited to what you are

Re: [Boston.pm] perl 5.10 memory leak?

2016-12-13 Thread Duane Bronson
sub IO::All::DESTROY { > my $self = shift; > $orig_destroy->($self, @_) if $orig_destroy; > no warnings; > untie *$self if tied *$self; > $self->close if $self->is_open; > } > } > > On Tue, Dec 13, 2016 at 10:04 AM, Duane Bronson <nerdmach...@gmail.com

[Boston.pm] perl 5.10 memory leak?

2016-12-13 Thread Duane Bronson
t there are better methods that won't break with a future version of IO::All. use IO::All; { no warnings 'redefine'; sub IO::All::DESTROY { my $self = shift; no warnings; #unless ( $^V and $^V lt v5.8.0 ) { untie *$self if tied *$self; #} $self->close if $self->is_ope

Re: [Boston.pm] Wiki conversion

2013-09-06 Thread Duane Bronson
mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm Duane Bronson nerdmach...@gmail.com http://www.nerdlogic.com/ 5 Goden St. Belmont, MA 02478 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org

Re: [Boston.pm] Data::Dumper formatted for linked lists?

2013-02-08 Thread Duane Bronson
/listinfo/boston-pm Duane Bronson nerdmach...@gmail.com http://www.nerdlogic.com/ 5 Goden St. Belmont, MA 02478 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Perl regex question

2012-10-25 Thread Duane Bronson
, || Just the facts, ma'am: --{kr.pA} || http://www.washingtonpost.com/blogs/fact-checker/ -- Yoga: origami for people. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Duane

Re: [Boston.pm] Perl flock problem?

2012-04-06 Thread Duane Bronson
___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Duane Bronson bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A Boston, MA 02111 617.515.2909

Re: [Boston.pm] underused perl feature

2011-06-03 Thread Duane Bronson
-pm -- Duane Bronson bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Comic strip

2011-03-25 Thread Duane Bronson
@n1vux bill.n1...@gmail.com ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Duane Bronson bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A Boston, MA 02111 617.515.2909

Re: [Boston.pm] Lightweight module for web service calls?

2011-02-16 Thread Duane Bronson
on most of the other categories. ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Duane Bronson bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111

[Boston.pm] Groundhog Day

2011-02-02 Thread Duane Bronson
perl -le '@nerdjoke=; while(!$gotit) {print@nerdjoke;sleep 1;}' :db Happy Groundhog Day. Sleep well tonight. :) (honors to Bill Murry) -- Duane Bronson :db ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston

Re: [Boston.pm] Arlington Springfield RE: Placenames ambiguity RE: Discount for

2009-04-05 Thread Duane Bronson
! ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* bron...@real-time.com mailto:bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909

Re: [Boston.pm] Larry's MIT talk

2009-04-03 Thread Duane Bronson
-- Sincerely *Duane Bronson* bron...@real-time.com mailto:bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo

[Boston.pm] IO::All on platform::All

2009-03-27 Thread Duane Bronson
touch it, or am I missing something? -- Sincerely *Duane Bronson* bron...@real-time.com mailto:bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org

Re: [Boston.pm] Weekend book project: write a book for Free Software Foundation

2009-03-13 Thread Duane Bronson
-- Sincerely *Duane Bronson* bron...@real-time.com mailto:bron...@real-time.com http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] Baby boy

2008-09-30 Thread Duane Bronson
*Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm

Re: [Boston.pm] quick XML::Twig / variable scope problem

2007-08-25 Thread Duane Bronson
___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909

Re: [Boston.pm] mail image from url

2007-02-09 Thread Duane Bronson
-- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 #!/home/dsb/bin.sun4/perl -w use strict; use WWW::Mechanize; use MIME::Entity; # mail addresses my $gFrom = '[EMAIL PROTECTED]'; my $gTo

[Boston.pm] Tabby Perltidy

2006-10-12 Thread Duane Bronson
(-nnn), some lines are unaligned. For people not using an expandtabs option in their editor, I recommend running perltidy twice: perltidy mods.pl perltidy -html -nnn -css=style.css mods.pl.tdy -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com

Re: [Boston.pm] OLE, excel, and perl

2006-10-02 Thread Duane Bronson
://mail.pm.org/mailman/listinfo/boston-pm ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453

Re: [Boston.pm] OLE, excel, and perl

2006-10-02 Thread Duane Bronson
be case sensitive such as a rename, it might fool Excel. I suppose that's a long shot, but it's worth noting that there are some peculiarities here. -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111

Re: [Boston.pm] Loop index in foreach?

2006-09-21 Thread Duane Bronson
in the case of nested loops? Ronald ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453

Re: [Boston.pm] Perl and utf16 e.g. for Windows Registry file

2006-07-18 Thread Duane Bronson
But that somehow caused the new lines to disappear. So I am asking for help. Thanks, Steve ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED

Re: [Boston.pm] perl polo shirts

2006-07-13 Thread Duane Bronson
with that after we get an order together. i can't find a picture of this shirt on the net but i bet there are some so if you can find it, post a url. thanx, uri -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston

Re: [Boston.pm] perl, windows, unix, and permissions

2006-05-11 Thread Duane Bronson
or I'm sunk. keep a life preserver close by! -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston

Re: [Boston.pm] Put similarities in code and differences in data

2006-04-03 Thread Duane Bronson
this? Hopefully helpfully yours, Steve -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http

Re: [Boston.pm] Tech/Social Meeting Tuesday, March 14, at MIT/CBC

2006-03-13 Thread Duane Bronson
, room 376, at 7pm. Then we'll adjourn to Cambridge Brewing Company, for drinks and food, around 8pm. Duane Bronson will be sharing with us some scripts he has written: md5clipboard.pl allows a right-click drop down from Explorer to calculate the MD5 of a file and place result in clipboard

[Boston.pm] Blackboard Announcements

2006-01-10 Thread Duane Bronson
, you can download it at http://www.flashpeak.com/sbrowser/ -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909 ___ Boston-pm mailing list Boston

Re: [Boston.pm] Boston.pm.org/kwiki/

2005-09-01 Thread Duane Bronson
Stephen A. Jarjoura wrote: the regex'es and the edit is refused if there are any matches. It doesn't seem Ban his IP address, too (hosts.deny?). Then it will look to him like he took down the whole site and he won't bother it again. -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto

Re: [Boston.pm] Can you better this?

2005-05-12 Thread Duane Bronson
for Fair IP Law.http://www.greglondon.com/bountyhunters/ ___Boston-pm mailing [EMAIL PROTECTED]://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453

Re: [Boston.pm] Bizare HTTP::Daemon = IE problem on Windows

2005-05-09 Thread Duane Bronson
an SMTP proxy that uses IO::Socket::INET on Win32 and doesn't seem to suffer from this. -Tom ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED

Re: [Boston.pm] Simultaneous redirect to STDOUT File?

2005-05-09 Thread Duane Bronson
___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org/mailman/listinfo/boston-pm -- Sincerely *Duane Bronson* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] http://www.nerdlogic.com/ 453 Washington St. #4A, Boston, MA 02111 617.515.2909

[Boston.pm] CPAN distributions

2005-03-03 Thread Duane Bronson
. Really! Just some comments on CPAN. On Tue, 2005-03-01 at 15:16 -0500, Duane Bronson wrote: My beef with CPAN is the fact that there is some administrative work involved with writing a perl program that uses a CPAN module. After I write it, I can't email it to a perl neophyte and say here, run

Re: [Boston.pm] Bottom Up

2005-03-01 Thread Duane Bronson
with that Linux distro. I would prefer a standard distribution of modules for all platforms beyond the limited stuff that comes with the perl install. -- , , , | Duane Bronson /|/|/| , | [EMAIL PROTECTED] ( ( ( |/| | http://www.nerdlogic.com/ \( | | 453 Washington St. #4A, Boston

Re: [Boston.pm] Serious upload help needed

2005-02-08 Thread Duane Bronson
. -- , , , | Duane Bronson /|/|/| , | [EMAIL PROTECTED] ( ( ( |/| | http://www.nerdlogic.com/ \( | | 453 Washington St. #4A, Boston, MA 02111 |/| (617) 515-2909 ___ Boston-pm mailing list Boston-pm@mail.pm.org http://mail.pm.org

Re: [Boston.pm] Need help working with WMI...update (making headway)

2004-07-21 Thread Duane Bronson
-- , , , | Duane Bronson /|/|/| , | [EMAIL PROTECTED] ( ( ( |/| | http://www.nerdlogic.com/ \( | | 453 Washington St. #4A, Boston, MA 02111 |/| (617) 515-2909 ___ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston

Re: [Boston.pm] Win32::FileSecurity headaches

2004-07-21 Thread Duane Bronson
-- , , , | Duane Bronson /|/|/| , | [EMAIL PROTECTED] ( ( ( |/| | http://www.nerdlogic.com/ \( | | 453 Washington St. #4A, Boston, MA 02111 |/| (617) 515-2909 ___ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston

[Boston.pm] Periodic Table of Operators (Perl6)

2004-06-14 Thread Duane Bronson
to take a look at this and think about which operators are yet to be discovered. Discuss this story at: http://slashdot.org/comments.pl?sid=04/05/30/1346225 Links: 0. http://www.ozonehouse.com/mark/blog/code/PeriodicTable.html -- , , , | Duane Bronson /|/|/| , | [EMAIL PROTECTED

Re: [Boston.pm] My IP

2003-12-30 Thread Duane Bronson
ug for you. Isn't it worth a try? -- , , , | Duane Bronson /|/|/| , | [EMAIL PROTECTED] ( ( ( |/| | http://www.nerdlogic.com/ \( | | 453 Washington St. #4A, Boston, MA 02111 |/| (617) 515-2909 ___ Boston-pm mailing l