Help for this page

Select Code to Download


  1. or download this
    package MyRxA::quant;
    sub raw {
      my $self = shift;
      return "%";
    }
    
  2. or download this
    package MyRxB::quant::visual;
    sub visual {
      my $self = shift;
      return $self->raw . $self->{data}->visual;
    }