in reply to Execute Perl script from Win32 Clipboard instantly

Nice (if you are on win32, at least). My routine is to copy the code, execute cat >t; perl t; rm t in an xterm (which I always have open), paste the code in, and press ctrl-d.