Help for this page
package My::HTTPRequest ; use base qw/HTTP::Request/ ; ... ... 1;
my $httpr = AnotherModule::f() ; ... my $ownHttpr = transform($httpr) ; # $ownHttpr should be an instance of My::HTTPRequest with all the prop +erties of $httpr .