Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

RE: RE: RE: Getting username and password from the URL.

by btrott (Parson)
on Jun 12, 2000 at 06:37 UTC ( [id://17659]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        my $r = Apache->request;
    
  2. or download this
        <Location /perl>
        SetHandler perl-script
        PerlHandler Apache::Registry
        Options +ExecCGI
        </Location>
    
  3. or download this
        <Location /foo>
        SetHandler perl-script
        PerlHandler My::Foo
        </Location>
    
  4. or download this
        package My::Foo;
        use strict;
    ...
        }
    
        1;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found