Enye Software wrote:

> 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. :)
-- 
   ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
  (_/   /  )    // //       DBE Collectibles   Mailto:[EMAIL PROTECTED]
   / ) /--<  o // //      http://dbecoll.tripod.com/ (Free site for Perl)
-/-' /___/_<_</_</_     Castle of Medieval Myth & Magic http://www.todbe.com/

_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to