search for: _print

Displaying 2 results from an estimated 2 matches for "_print".

Did you mean: print
2013 Feb 27
1
some help in using the package NUT in a perl script
...in a script perl, i wonder how use the result of method such as BattPercent() for example. here is my code : _#!/usr/bin/perl -w_ _# server_ _use strict;_ _#use /etc/nut/dev/modules;_ _#use IO::Socket::Multicast;_ _use UPS::Nut;_ _my $message = localtime;_ _$message .=" `who` . n";_ _print "-- test : $message n";_ _my $ups = new UPS::Nut(_ _ NAME => "UPS",_ _ HOST => "localhost",_ _ PORT => 3493,_ _ USERNAME => "upsmon",_ _ PASSWORD => "pass",_ _ TIMEOUT => 30,_ _ DEBUG => 1,_ _ DEBUGOUT => "/etc/nut/dev/...
2011 Nov 18
3
Permutations
Hi all, why factorial(150) shows the error out of range in 'gammafn'? I have to calculate the number of subset formed by 150 samples taking 10 at a time. How is this possible? best [[alternative HTML version deleted]]