Help for this page

Select Code to Download


  1. or download this
        my $self = ref($class) ? bless( +{ %default_values }, ref($class) 
    +)
                               : bless( +{ %default_values }, $class );
    
  2. or download this
    +{ %hash }
    
  3. or download this
    [ @array ]
    
  4. or download this