hi group! i'm currently trying to match all variables in a file, the regex i use looks like this :
m/([\$|\@|\%]\w+)/g it matches as far as i can see what i want but it also matches stuff like this : |SOMETEXT why is this? what am i doing wrong? thanks in advance daniel. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]