Help for this page

Select Code to Download


  1. or download this
    package Astro::Observation;
    
    ...
      return Astro::Observation::Complex->new(@_) if 'complex' eq $class;
      return undef;
    }
    
  2. or download this
    my $obs = Astro::Observation->new("simple",'foo');
    my $obc = Astro::Observation->new("complex",'bar');