Hi guys
Quick question:
How Can I replace single quotes and apostrophe for spaces.?
it does not work for me........
dmazzini
GSM/UMTS System and Telecomm Consultant
Quick question:
How Can I replace single quotes and apostrophe for spaces.?
it does not work for me........
Code:
$bts_location= qq(AT `T Lockwood at I-10);
#$bts_location=qq(Crown-Hardy ' Little York);
$bts_location=~s/\\`//g;
print "BTS:$bts_location\n";
dmazzini
GSM/UMTS System and Telecomm Consultant