Help for this page

Select Code to Download


  1. or download this
    my %args;
    push @{ $args{ref($_) eq 'HASH' ? 'opt' : 'ext'} }, $_
      for @_;
    
  2. or download this
    sub import {
      my $self = shift;
    ...
    
      $self->SUPER::import(@_);
    }