Re: [Owfs-developers] OWNet.pm problem?

2012-07-16 Thread Paul Alfille
Thanks for the reminder. I apparently forgot to apply the patch. Now applied. Paul On Mon, Jul 16, 2012 at 11:34 AM, Giulio Carabetta < [email protected]> wrote: > I just downloaded last version (2.8p17) but it does not have this little > patch... > There is another way to submit it? >

Re: [Owfs-developers] OWNet.pm problem?

2012-07-16 Thread Giulio Carabetta
I just downloaded last version (2.8p17) but it does not have this little patch... There is another way to submit it? Thanks :) 2012/4/21 Paul Alfille > Perfect. Thank you! > > On Fri, Apr 20, 2012 at 9:18 AM, Giulio Carabetta < > [email protected]> wrote: > >> Digging deep into the pro

Re: [Owfs-developers] OWNet.pm problem?

2012-04-21 Thread Paul Alfille
Perfect. Thank you! On Fri, Apr 20, 2012 at 9:18 AM, Giulio Carabetta < [email protected]> wrote: > Digging deep into the problem, I solved my problem with this little patch. > Briefly, in shortcircuit situation _FromServer returns " " and not undef. > > I think this patch is ok for me,

Re: [Owfs-developers] OWNet.pm problem?

2012-04-20 Thread Giulio Carabetta
Digging deep into the problem, I solved my problem with this little patch. Briefly, in shortcircuit situation _FromServer returns " " and not undef. I think this patch is ok for me, but I suppose it can be good for others... Also, I don't know if this is the best way to solve, or if it necessary t

[Owfs-developers] OWNet.pm problem?

2012-04-18 Thread Giulio Carabetta
Hi all, I'm new with 1-wire & owfs, and I'm having a little problem. I'm doing a little "access control" based on iButton (DS1990A). It is read with an usb key (DS9490R). The usb is accessed via owserver, and my perl script uses OWNet.pm library. While scripting I encountered this error: Use of

[Owfs-developers] OWNet.pm blocking

2009-09-08 Thread Michael Markstaller
Hi, playing around with OWNet once again, I wondered wether there's some simple thing I've missed reagrding a timeout ? When i.e. owserver gets restartet $owserver->dir blocks forever and putting each call into eval/alarm seems a bit complicated to me.. best regards Michael -

Re: [Owfs-developers] OWNet.pm

2007-01-04 Thread Roberto Spadim
:D i'm learning perl without google! thankx paul! :D Paul Alfille escreveu: > Right. I believe that's the difference between a perl program (.pl) > and module (.pm) -- essentially a loadable extension. > > Paul Alfille > > On 1/3/07, *Roberto Spadim* <[EMAIL PROTECTED] >

Re: [Owfs-developers] OWNet.pm

2007-01-04 Thread Paul Alfille
Right. I believe that's the difference between a perl program (.pl) and module (.pm) -- essentially a loadable extension. Paul Alfille On 1/3/07, Roberto Spadim <[EMAIL PROTECTED]> wrote: OK :) i don't use perl but i always see it as .pl in my webserver --

Re: [Owfs-developers] OWNet.pm

2007-01-03 Thread Roberto Spadim
OK :) i don't use perl but i always see it as .pl in my webserver Paul Alfille escreveu: > > On 1/3/07, *Roberto Spadim* <[EMAIL PROTECTED] > > wrote: > > why not ownet.perl? > > All perl modules have the .pm suffix. > > There is a prescribed naming scheme, such as

Re: [Owfs-developers] OWNet.pm

2007-01-03 Thread Paul Alfille
On 1/3/07, Roberto Spadim <[EMAIL PROTECTED]> wrote: why not ownet.perl? All perl modules have the .pm suffix. There is a prescribed naming scheme, such as IO::Socket::INET and Math::BigNumber Apparently the name doesn't (necessarily) indicate inheritance. They want to prevent namespace polu

Re: [Owfs-developers] OWNet.pm

2007-01-03 Thread Roberto Spadim
why not ownet.perl? Paul Alfille escreveu: > With the guidance of Christian Magnusson, I've put in a perl module > that allows shell-type access to owserver. It is the analog of the > ownet.php, ownet.py and shell commands. > > Full write-up is at http://www.owfs.org/index.php?page=ownet-pm > >

[Owfs-developers] OWNet.pm

2007-01-03 Thread Paul Alfille
With the guidance of Christian Magnusson, I've put in a perl module that allows shell-type access to owserver. It is the analog of the ownet.php, ownet.py and shell commands. Full write-up is at http://www.owfs.org/index.php?page=ownet-pm I've submitted a request to CPAN to have it included in t