Help for this page

Select Code to Download


  1. or download this
    sub commlink {
      my $self = shift;
    ...
      $label =~ s/\x{03bc}/\μ/g; # Looks almost exactly the same as &mi
    +cro;
      return "<A href=\"commlink.html?id=".$self->{'id'}."\" class=\"".$se
    +lf->{'state'}."\">".$label."</A>";
    }
    
  2. or download this
    sub commlink {
      my $self = shift;
    ...
      $label =~ s/\x{03bc}/\&mu;/g; # Looks almost exactly the same as &mi
    +cro;
      return "<A href=\"commlink.html?id=".$self->{'id'}."\" class=\"".$se
    +lf->{'state'}."\">".$label."</A>";
    }