Help for this page

Select Code to Download


  1. or download this
    package My::ThereCanBeOnlyOne;
    use strict;
    ...
    }
    
    1;
    
  2. or download this
    use My::ThereCanBeOnlyOne 'myprogram';
    
  3. or download this
    use My::ThereCanBeOnlyOne 'myprogram',
                              -hold  => 0,
                              -stale => 1,
                              -max   => 1;
    
  4. or download this
    use My::ThereCanBeOnlyOne 'myprogram'.int(rand(6));