Help for this page

Select Code to Download


  1. or download this
      @text = "g total";
    
  2. or download this
       $ntext = (split (/;/)) [0];
       $ntext =~ s/n01//g;
    
  3. or download this
       ($ntext) = /^n01([^;]+)/;
       # or /^n01(.+?);/;
    
  4. or download this
       print OUT "$_";
    
  5. or download this
       print OUT;