Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Refusal to Run

by gawatkins (Monsignor)
on Aug 02, 2006 at 20:50 UTC ( [id://565331]=note: print w/replies, xml ) Need Help??


in reply to Refusal to Run

Once the until statements are fixed, and a my $i; is added, you have a divide by zero in my $deviation=sqrt($tot/$i);. How are you executing this, if it is a *nix you need a #! line, if win32, ther could be a problem with your install.

Thank you
Greg W

UPDATE: removed the my $i, the line  my $deviation=sqrt($tot/$n); changed to my $deviation=sqrt($tot/$i); from the first time I downloaded until I looked again.

UPDATE: fixed the formating errors of the firs update...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://565331]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-24 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found