Jeff Westman wrote:
> Tim Johnson <[EMAIL PROTECTED]> wrote:
>
> > Granted, I'm on XP, but I can't seem to reproduce your error. I created a
> > file at the path specified and it works perfectly. Are you sure that you
> > have the exact filename and that you have access to it? (I guess it's
> >
Tim Johnson <[EMAIL PROTECTED]> wrote:
> Granted, I'm on XP, but I can't seem to reproduce your error. I created a
> file at the path specified and it works perfectly. Are you sure that you
> have the exact filename and that you have access to it? (I guess it's
> windows 98, so you pretty much
Rob Dixon <[EMAIL PROTECTED]> wrote:
> Jeff wrote:
> >
> > I am using Active Perl under Windoze 98. I am trying to open a file that
> has
> > embedded spaces. I tried escaping the spaces as well, and that didn't
> work
> > either.
> >
> > #! perl -w
> > $file = "c:\\win\\start menu\\programs\\sy
Jeff Westman wrote:
> Hi,
>
> I am using Active Perl under Windoze 98. I am trying to open a file that has
> embedded spaces. I tried escaping the spaces as well, and that didn't work
> either.
>
> #! perl -w
> $file = "c:\\win\\start menu\\programs\\system\\tbs montego\\_visit turtle
> beach we
Jeff wrote:
>
> I am using Active Perl under Windoze 98. I am trying to open a file that has
> embedded spaces. I tried escaping the spaces as well, and that didn't work
> either.
>
> #! perl -w
> $file = "c:\\win\\start menu\\programs\\system\\tbs montego\\_visit turtle beach web
> site.lnk";
>
Granted, I'm on XP, but I can't seem to reproduce your error. I created a file at the
path specified and it works perfectly. Are you sure that you have the exact filename
and that you have access to it? (I guess it's windows 98, so you pretty much have
access to everything...) Try pasting t