Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: The Environment variable for URL...

by httptech (Chaplain)
on May 22, 2000 at 15:29 UTC ( [id://14185]=note: print w/replies, xml ) Need Help??


in reply to The Environment variable for URL...

Or the non-HTML version of the above...
#!/usr/bin/perl print "Content-type: text/plain\n\n"; print map { "$_ : $ENV{$_}\n" } sort keys %ENV;

Replies are listed 'Best First'.
RE: Re: The Environment variable for URL...
by merlyn (Sage) on May 22, 2000 at 21:45 UTC
    #!/bin/sh echo content-type: text/plain echo printenv

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 20:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found