in reply to Re: Execute Perl script from Win32 Clipboard instantly
in thread Execute Perl script from Win32 Clipboard instantly

Then don't run it!

Actually my "cperl.bat" needed to shorten a way to run a piece of code that I see on screen. When I go longer way (using temprary file on disk), I also must ask myself "What if that snippet does something evil".

My script do not change security level, it just shortens code snippet execute timecycle!

Courage, the Cowardly Dog

  • Comment on Re: Re: Execute Perl script from Win32 Clipboard instantly

Replies are listed 'Best First'.
Re: Re: Re: Execute Perl script from Win32 Clipboard instantly
by Mr. Muskrat (Canon) on Aug 23, 2003 at 01:23 UTC
    Ah! But you cannot always tell what a snippet will do at first glance. Seemingly innocent code could do evil things just the same as evil looking code could be perfectly innocent.