I am running this command on a $file, s/[A-Z^_]*_Leq/\n[A-Z^_]*_Leq/g;
but the output I get takes the regular expression literally, so I get: [A-Z^_]*_Leq [A-Z^_]*_Leq [A-Z^_]*_Leq
What I would like to get is something like this:
AB_Leq
What can I do to prevent it from taking A-Z^_]*_ literally???
_________________________________________________________________
Frustrated with dial-up? Get high-speed for as low as $29.95/month (depending on the local service providers in your area). https://broadband.msn.com
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]