Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: URL $ENV variables

by snowcrash (Friar)
on Aug 04, 2003 at 08:38 UTC ( [id://280603]=note: print w/replies, xml ) Need Help??


in reply to URL $ENV variables

Your code probably breaks because there's a syntax error in your substitution, you are missing on slash at the end. It should rather be $attach1 =~ s/$paramstr//;

Anyway, I'd make use of the CGI modulue and its url() method.
use CGI; my $q = new CGI; my $url = $q->url(-absolute => 1);

regards, snowcrash

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (6)
As of 2024-03-28 10:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found