Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: Re: Confirming what we already knew

by perrin (Chancellor)
on Mar 05, 2003 at 23:47 UTC ( [id://240749]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $tv = mvsrt($cv, $oper, $amt);
    
  2. or download this
    my $tv = ( ($cv <=> $amt) == ($oper - 1) );
    
  3. or download this
           my $absMax = 0;
            for(my $i = $params[1] - 5; $i < $params[1]; $i++){
    ...
                }
            }              
            $returnValue = $rddt[$params[1]] - $absMax;
    
  4. or download this
           my $absMax = 0;
            # loop over array slice
    ...
                }
            }              
            $returnValue = $rddt[$params[1]] - $absMax;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (4)
As of 2024-04-19 11:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found