|
|
Get url in perl - Perl
|
Views : 289
|
|
Tagged in : Perl
|
|
|
Report This Scrap as Inappropriate We request you to choose the appropriate categroy and subcategory that suits your
objectionable concern about the scrap, So that our team can review and find out whether it violates our Guidelines or the
scrap is not suitable for all viewers.
|
To get the url of the page we have to give the following code
use CGI;
my $query = new CGI;
$query->header;
$q=CGI->new();
#To get URL
my $url = $query->virtual_host()."".$query->script_name(); |
|
By Nithya, On - 2010-01-23 |
|
|
|