> Hi,
> 
> I get the following message when runing my perl program:
> "Use of uninitialized value in print..."
> The code is quite simple:
> use OW;
> Log::Log4perl->easy_init($DEBUG);
> 
> OW::init('u');
> 
> my @value=OW::get('10.086639010800/temperature');
> print @value;
> OW::finish() ;
> 
> If I do  OW::get ('10.086639010800'); then I get the CSV listing 
> address,crc8,die,family...
> 
> If I mount the DS18S20 in /tmp/onewire I can list the whole content via the 
> shell commands and read the temperature via perl -ple1 
> /tmo/onewire/10.086639010800/temperature, getting the temperature.
> 
> I am using owfs-2.6p1, ubuntu 6.06
> 
> Any idea why I can not read the temperature from perl?
> Thanks in advance,
> Pedro


_____________________________________________________________________
Der WEB.DE SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
http://smartsurfer.web.de/?mc=100071&distributionid=000000000066


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to