Help for this page

Select Code to Download


  1. or download this
    package Some::Package::Name;
    use strict;
    ...
      my $class = shift;
      return some_fuction_based_on($class_data);
    }
    
  2. or download this
    my $class_data;
    
  3. or download this
    our $class_data;