Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: What are multiple $_[0] =~ operations doing?

by ambs (Pilgrim)
on Apr 01, 2005 at 09:39 UTC ( [id://444126]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $_[0] =~ s/%(HTTP_HOST|REMOTE_ADDR|REMOTE_PORT|REMOTE_USER)%/handleEnv
    +Variable($1)/ge;
    
  2. or download this
    $_[0] =~ s/%([A-Z_]+)%/handleEnvVariable($1)/ge;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://444126]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (8)
As of 2024-03-28 07:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found