Help for this page

Select Code to Download


  1. or download this
    print ((split /\&/, $string)[0]);
    
  2. or download this
    if (scalar(grep/HRC/, $att) > 0) { $var = 1; }
    elsif (scalar(grep/LRC/, $att) > 0) { $var = 2; }
    else { $var = 0; }