The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

euro lotto - prints <n> numbers of euro millions lotto lines

DESCRIPTION

A simple script which usually prints bar. prints <n> numbers of euro millions lotto lines here <n> is the number of lines passed in on the cli

SYNOPSIS

  $ euro_lotto 3
  
  **** Euro Millions Generator ****
  Line 1 =>  01 05 28 43 48  08 09
  Line 2 =>  08 10 12 22 44  03 08
  Line 3 =>  07 11 19 27 48  03 06
  *********************************

AUTHOR

Mike Kelly

LICENSE

FreeBSD

INSTALLATION

Using cpan:

    $ cpan App::euro_lotto

Manual install:

    $ perl Makefile.PL
    $ make
    $ make install