Hi. I know how to use the LWP module to pass data through a proxy but I want to know if there is a way to pass data through a proxy over a raw socket without using the LWP module. Basically I want to create an HTTP client without using the LWP module because I want more control over the data flow. Any help is appreciated.