http://www.perlmonks.org?node_id=470923

ISAI student has asked for the wisdom of the Perl Monks concerning the following question:

Hello, I want to use regexp to match anything but the char "/". How do I do that? I've tried \/{0,0}, but I didn't get the results that I needed. -ISAI student