Help for this page

Select Code to Download


  1. or download this
    CALCON(test1)
    {
    ...
      MAX(65535)
      UNITS(ms)
    }
    
  2. or download this
    while ($content =~m/^(CAL.+\((\w+)\))/mg){
            print "\n1= $1";
            print "\n2= $2";
    }
    
  3. or download this
    CALCON(test1)
    {
    ...
      ...
      ...
    }