Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Help Name This Module

by japhy (Canon)
on Apr 14, 2001 at 00:01 UTC ( [id://72464]=sourcecode: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Ensure;
    use strict;
    ...
    };
    
    print "Finally stopped at $x.\n";
    
  2. or download this
    while ($x < $limit) {
      print "Enter P,Q,R: ";
    ...
      last if $x >= $limit;
      $x /= $r;
    }
    
  3. or download this
    ensure { ... } using($x,$y,$z), looping { ... };
    
    ensure { ... } using($x,\@y), looping { ... };
    
    ensure { ... } using($x,\%y,\@z), looping { ... };
    
  4. or download this
    package Ensure;
    
    ...
    
    
    1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chanting in the Monastery: (7)
As of 2024-04-19 10:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found