Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

C vs perl

by mandog (Curate)
on Apr 28, 2002 at 05:23 UTC ( [id://162618]=perlquestion: print w/replies, xml ) Need Help??

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;                
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://162618]
Approved by DaWolf
Front-paged by DaWolf
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (6)
As of 2024-03-28 09:00 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found