I need to use the following code without referencing any GT code.
How do I obtain $IN and replace GT::WWW::get() using just perl?
my $result_php = GT::WWW::get ('http://www.domain.com/file.php');
Thanks in advance,
Chris
RGB World, Inc. - Development and Web hosting.
Support Center | Links SQL Plugins | Luna Templates | RGB World, Inc.
How do I obtain $IN and replace GT::WWW::get() using just perl?
Code:
my $returned_crypt = $IN->cookie ('PHPSESSID'); my $result_php = GT::WWW::get ('http://www.domain.com/file.php');
Thanks in advance,
Chris
RGB World, Inc. - Development and Web hosting.
Support Center | Links SQL Plugins | Luna Templates | RGB World, Inc.

