Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: Buggy CPAN Module (Statistics::R)

by maybeD (Sexton)
on Mar 10, 2006 at 16:48 UTC ( [id://535745]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    if ( $x == 20 ) {
            my (undef , $data) = $this->read_processR ;
            if ( $data =~ /\s$n\s+\.\.\.\s+\// ) { last ;}
            $x = 0 ;
    
  2. or download this
    if ( $x == 20 ) {
            my (undef , $data) = $this->read_processR ;
            last;
            $x = 0 ;
    

Log In?
Username:
Password:

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

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

    No recent polls found