Help for this page

Select Code to Download


  1. or download this
    sub StartTable {
        my $class = shift;
    ...
        my $color = $self{'Color'};
        ...
    }
    
  2. or download this
    $sm->StartTable( Color => 'Ugly Yellow', 
                     Height => 'Too Tall',
                     Width => 'Skinny');