<[EMAIL PROTECTED]> writes:

> On 25 Feb 2002, dams wrote:
> 
> > [EMAIL PROTECTED] (Danny Tholen) writes:
> >  
> > > sub is_a_font {
> > >     local $_ = $_[0];
> > >     /.ttf$/i || /.pfa$/i || /.pfb$/i || /.pcf$/i || /.pcf.gz$/i || /.pfm$/i || 
>/.gsf$/;
> > > }
> > > what if the font is TTF?? My Verdana is! And it didn't get installed.
> > 
> > the /i makes the regexp match capitals also.
> > 
> That's funny, because it doesn't seem to install some of my fonts. I will 
> (try to) check tonight what is happening.
> 
>  
> > still dangerous. I don't think we will do that, but I'll see.
> what is dangerous about reading ntfs?

agreed. ntfs is now added.

-- 
dam's

Reply via email to