our @EXPORT = qw(shuffle @card_deck); our @EXPORT_OK = ( @EXPORT, qw( collect @list ) ); our %EXPORT_TAGS = ( ':all' => \@EXPORT_OK );