> > I think what you looking to do is this:
> > 
> > if (open(TXT,"< G:/Dropbox/SMatte/WebRoot/test/bs.txt")) {
> >  print join('',<TXT>);
> >  close(TXT);
> > }
> > 
> > Check out the ActivePerl documentation file in 
> C:\Perl\Docs\ActivePerl.chm
> > provided you installed Perl on your C: drive.
> > 
> > Also get the Perl Cookbook and  Programming Perl from O'Reilly.
> > Indespensible for newbies.
> 
> 
> I think you missed the point.  THe problem is that MSIE refuses to
> use the content-type and uses the file ext (or who knows what else)
> instead.
> 
> Fix: use Netscape or another non-M$ browser. :)

Have you considered putting a <PRE> tag around your output?
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to