Help for this page

Select Code to Download


  1. or download this
    @val3=grep(/\d{1,2}$comparison/,@complex);
    
  2. or download this
    chop($val3[0]);
    $val4=$val1[0]+24-$val3[0];
    
  3. or download this
    &Get_Calibrator_Filename();
    
  4. or download this
    $calib1=$_[0];
    $comparison=$_[1];
    
  5. or download this
    $calib1 = shift or die "Missing first argument to sub GCF!\n";
    $comparison = shift or die "Missing second argument to sub GCF!\n";
    
  6. or download this
    &Get_Calibrator_Filename("foo", "bar");
    
  7. or download this
    chop($val1[0]);chop($val2[0]);chop($val3[0]);