http://qs321.pair.com?node_id=856110


in reply to Re: windows path problem
in thread windows path problem

But you might want double quotes if you're going to be using the shell, as in
system( "dir $path" );
rather than bypassing the shell
system( 'dir', $path )';
Disclaimer: I'm a Unix guy. This would be true on Unix; does "MS-DOS 2010" still have a shell?

--
TTTATCGGTCGTTATATAGATGTTTGCA