Re: [Nmap-scanner-general] encoding problem
Brought to you by:
perldork
From: Matthias W. <mw...@fh...> - 2006-11-01 07:55:23
|
hi Max, On Tue, 31 Oct 2006, Max wrote: > Ah, that makes sense, Windows doesn't like single quotes. I need to > change those to be double quotes to be portable for Windows users, the > single quotes > were for cygwin users who use paths with spaces, so should be > > my $cmd = qq("$nmap" -v -v -v); > fine, it works!! many thanks matthias |