Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: secret code generator

by tilly (Archbishop)
on Dec 19, 2006 at 06:33 UTC ( [id://590611]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Math::Fleximal;
    my $flex =
    ...
      print "\n";
      $x = $x->add($one);
    }
    
  2. or download this
    #! /usr/bin/perl -w
    use strict;
    ...
      my $sub = sub {$fn->($_, @_) for @$range};
      return @_ ? ret_iter($sub, @_) : $sub;
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (6)
As of 2024-04-25 07:18 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found