On Tue, 14 Dec 2004, Tom Metro wrote: > How is $drive being set? Could it be set to something containing a space > under certain circumstances? Is it derived from an HTML form parameter > that you are getting from the browser? That might explain the > correlation you are seeing with this bug and IE.
Hmmm.... I hadn't thought of that - yes, it can contain a space, though it doesn't need it. Some cool work Tom - I'll be using your methods to find future problems, thank you for that. I think you're on to something here. So, it looks like if I did something like $drive =~ s/\s+//; that might take care of that problem. I'll give it a go! -- Like mending the pen after the sheep are all gone... _______________________________________________ Boston-pm mailing list [EMAIL PROTECTED] http://mail.pm.org/mailman/listinfo/boston-pm

