- or download this
Operation "+": no method found,
left argument in overloaded package XML::LibXML::NodeList,
right argument has no overloaded magic at check_server_room_temp l
+ine 13.
- or download this
#!/usr/bin/perl
use warnings;
...
my $math = $temp + 5;
print $math;
- or download this
<currentConditions>
<deviceName>Storm</deviceName>
...
</ports>
<errorReadingSensor>0</errorReadingSensor>
</currentConditions>
- or download this
#!/usr/bin/perl
...
my $math = $temp + 5;
print $math;
}