On Tue, 2002-05-21 at 13:22, Buddha Buck wrote: > At 01:10 PM 05-21-2002 -0400, Aaron Sherman wrote:
> >The quesiton here is that C<\\'>, which means something different in > >your recommendation than it means in Perl5, but still does the same > >thing.... > > And the other question is how to get a string that ends in a \? > > $hiddendirectory = q{C:\$ecret$tuff\mp3\don't tell the mpaa\}; > > >Is there any gotcha, here? I'm not sure, but it's tickling my brain in > >an odd way, and I keep wanting to say that it breaks down somewhere.... > > Is the above the gotcha you've been looking for? Yes, thank you. I knew there was a fairly standard problem with that, I just could not remember what it was.