Re: Puzzle about directories

2001-12-27 Thread Gerald Richter
> > Would this not pose some security risk? > > At minimum, I would think it can end up creating a potential > stack overflow. > I don't see how ? Gerald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: public and private code branch

2001-12-27 Thread Gerald Richter
> I am using Win32 build and found that I have to use \\ instead of / for > directory. > Can Embperl substitute \\ with / ? > On win32 both \ and / should work. Embperl converts it to \ so windows is happy If you have trouble with pathnames, please send a small example and let us know which Embp