Perl

Moderators: Jonathan
Number of threads: 1259
Number of posts: 3644

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
URL check Posted by davidrtg on 5 Nov 2003 at 9:49 AM
I'm looking for a way to check the URL that the user is coming from. I have two domain names that both call the same cgi file and depending on what domain they are in I want to change info on the page. Is there a simple perl command that returns the url of the site they are on?

Thanks,
David
Report
Re: URL check Posted by Jonathan on 5 Nov 2003 at 9:54 AM
: I'm looking for a way to check the URL that the user is coming from.
: I have two domain names that both call the same cgi file and
: depending on what domain they are in I want to change info on the
: page. Is there a simple perl command that returns the url of the
: site they are on?
It's in the environment data.

$ENV{'SERVER_NAME'}

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");

Report
Re: URL check Posted by davidrtg on 5 Nov 2003 at 10:44 AM
: : I'm looking for a way to check the URL that the user is coming from.
: : I have two domain names that both call the same cgi file and
: : depending on what domain they are in I want to change info on the
: : page. Is there a simple perl command that returns the url of the
: : site they are on?
: It's in the environment data.
:
: $ENV{'SERVER_NAME'}
:
: Jonathan
:
: ###
: for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
: (tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
: /(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");
:
:

Thanks again for the help! I did a some google searching and found that $ENV{'HTTP_HOST'} is what I was looking for. Would server_name return the same thing? Where is a good place to find more info about $ENV?

David
Report
Re: URL check Posted by Jonathan on 5 Nov 2003 at 11:07 AM
: Thanks again for the help! I did a some google searching and found
: that $ENV{'HTTP_HOST'} is what I was looking for. Would server_name
: return the same thing? Where is a good place to find more info about
: $ENV?
Easy way to print all of them out:-

print "$_ = $ENV{$_}<br>\n" for (sort keys %ENV);

Jonathan

###
for(74,117,115,116){$::a.=chr};(($_.='qwertyui')&&
(tr/yuiqwert/her anot/))for($::b);for($::c){$_.=$^X;
/(p.{2}l)/;$_=$1}$::b=~/(..)$/;print("$::a$::b $::c hack$1.");




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.