Help for this page

Select Code to Download


  1. or download this
    extern char * danCGIReplacedCRLF(char * szFixMe){
        int i,j,iLen=0,iNewLen=0;
    ...
    
        return szResult;
    }
    
  2. or download this
    sub MakePtag{
      my ($fixme)=@_;              # take in our parameters
    ...
      $fixme.='<\p>';              # Append closing <\p> tag
      return $fixme;                
    }