Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Refusal to Run

by betterworld (Curate)
on Aug 02, 2006 at 20:32 UTC ( [id://565323]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    syntax error at a.pl line 8, near ");"
    syntax error at a.pl line 12, near ");"
    Global symbol "$n" requires explicit package name at a.pl line 20.
    Execution of a.pl aborted due to compilation errors.
    
  2. or download this
    use strict;
    use warnings;
    my ($i, $j, $x, $tot);
    ...
        $tot=$tot+(($_-$ave)^2);}
    my $deviation=sqrt($tot/$n);
    print "\nThe Standard Deviation of that set of numbers is $deviation.\
    +n";
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-03-28 15:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found