Re: perl alias

Re: perl alias

am 11.06.2011 22:33:45 von Brian Fraser

--0015175884b652b04a04a5759a38
Content-Type: text/plain; charset=UTF-8

On Sat, Jun 11, 2011 at 5:15 PM, Mike McClain wrote:

>
> # set up an alias for the fastest prime generator
> *primes = \&sieve_eratosthenese_lucky;
>
>
Just use that, but wrap it in a BEGIN block.

--0015175884b652b04a04a5759a38--