Help for this page

Select Code to Download


  1. or download this
    use strict;
    package Question::Loaded;
    use vars ('@ISA');
    @ISA = ('Question');
    
  2. or download this
    package Question::Open;
    @ISA = ('Question');
    
    use strict;
    
  3. or download this
    package Question::MillionDollar;
    use strict;
    our @ISA = ('Question'); # if (perl -v >= 5.6)