Mega Code Archive

 
Categories / Perl / String
 

Single quote with windows file path

#!/usr/bin/perl -w print 'C:\WINNT\Profiles\ ', "\n";