When i run the above script (put it in a file firstperl.pl) i get the following message.
D:\myfold>perl firstperl.pl configfile
Search pattern not terminated at firstperl.pl line 6.
firstperl.pl contains
while(<>){
chomp;
if ( /windowsdrivestocrawl=/){
w:/fdm9_84919_c347_2
}
print $_ ."\n";
}
can you let me know, what iam missing?