Help for this page

Select Code to Download


  1. or download this
    
           my @days = _('Mon'),_('Tues'),_('Wed'),_('Thurs'),_('Fri'),_('S
    +at'),_('Sun');
    ...
                return $days[ $self->{day_num} ];
           }
    
  2. or download this
    
        package i18n::String;
    ...
    
        1;
    
  3. or download this
    
         sub good {
    ...
             my %params = ref $_[0] ? %{shift @_} : @_;
         }
    
  4. or download this
    
        { 
    ...
        }
    
        1;