Help for this page

Select Code to Download


  1. or download this
    our @EXPORT      = qw(shuffle @card_deck);
    our @EXPORT_OK   = ( @EXPORT, qw( collect @list ) );
    our %EXPORT_TAGS = ( ':all' => \@EXPORT_OK );
    
  2. or download this
    use YourModule qw( :all );