Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $class = shift;
        bless [@_], $class;
    }
    
  2. or download this
    package main;
    
    ...
             Jack Queen King/)[$card % 13],
            (qw/Clubs Diamonds Hearts Spades/)[$card / 13];
    }
    
  3. or download this
    package LuckyDeck;
    use overload
    ...
    print 'List Context',$/;
    print for <$quux>;
    print $/;