in reply to RE (tilly) 4: Perlmonks Code Proxy
in thread Perlmonks Code Proxy
Doesn't print anything.$string = "print 'got an o\n'"; $string =~ s/(.*)/$1/eg;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE (tilly) 6: Perlmonks Code Proxy
by tilly (Archbishop) on Aug 19, 2000 at 02:42 UTC |