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";
>
Of course, .lnk files are not text files, so if you really want to manipulate the
link, you should use Win32::Shortcut.
-Original Message-
From: Jeff Westman [mailto:[EMAIL PROTECTED]
Sent: Tuesday, November 25, 2003 9:33 PM
To: perl_help
Subject: Openning Files Names with Embedded Spaces
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 web site.lnk";
print "file = $file\n";