Help for this page

Select Code to Download


  1. or download this
    sub RemoveComments
    {
    ...
        ...
      }
    }
    
  2. or download this
    while ($temp=<INPUT>){
      RemoveComments(\$temp);
    ...
      some other code
      ...
    }