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

Re: Re: Re: Re: Re: Re: Best way to generate URLs in CGI script?

by bikeNomad (Priest)
on Jul 27, 2001 at 22:17 UTC ( [id://100406]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: Re: Re: Best way to generate URLs in CGI script?
in thread Best way to generate URLs in CGI script?

Actually, I only had to do this (still using CGI):

use CGI; use URI; my $target = URI->new( 'graph', 'http' ); $target->query_form( channel => 1, xsize => $xsize, ysize => $ysize, ); print $q->img( { -width => $xsize, -height => $ysize, -src => $target->path_query } );

Replies are listed 'Best First'.
Re: Re: Re: Re: Re: Re: Re: Best way to generate URLs in CGI script?
by merlyn (Sage) on Jul 28, 2001 at 03:26 UTC

Log In?
Username:
Password:

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

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

    No recent polls found