in reply to RE: RE (tilly) 4: Perlmonks Code Proxy
in thread Perlmonks Code Proxy

OK, I misunderstood what you were trying to figure out.

Even so ehis should not be a surprise. Execute the statement $var and nothing happens except that the contents of $var are returned. Same thing with $1. Execute it and it returns the contents of $1 as a string, presumably to be placed back in the original string.

But try using the modifier /eeg and see what that does. :-)