Dan Hammer wrote: > >That ought to do it... OK, there's a perl script attached. Run it with > >the URL you're trying to access and tell me what it outputs. > > Emile > > This is what I get... > > Can't locate LWP/UserAgent.pm in @INC (@INC contains: >/usr/lib/perl5/5.6.0/i386-linux /usr/lib/perl5/5.6.0 >/usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/perl5/site_perl/5.6.0 >/usr/lib/perl5/site_perl .) at mimereport.pl line 4. > BEGIN failed--compilation aborted at mimereport.pl line 4.
OK, so I have loads of perl modules installed. You'll either need to install them or do it by hand. You can do it by hand by doing (assuming you'r connecting to http://somehost:someport/somepath/): telnet somehost someport <bla bla> HEAD /somepath/ HTTP/1.1 Host: somehost (that's two returns at the end). You'll get some data; all I need is the line that starts with Content-Type Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
