Help for this page

Select Code to Download


  1. or download this
    # in Astro::Observation
    
    sub new {
    ...
    
        return $class->new( @_ );
    }
    
  2. or download this
    sub new {
        my $self  = shift;
    
    ...
    
        return $class->new( @_ );
    }