I'm programming a script that runs on my Win2K and I've created an icon to run it with a mouse click (my idea is to run on my computer startup).
to run it like an executable, but the size of my file increased a lot (from 17Kb to 1.78Mb!) and the amount of memory that the script uses also increased (from ~6Mb to ~9Mb)...
my
($author_nickname, $author_email) = ("DaWolf","erabbott\@terra.com.br")
if ($author_name eq "Er
Galvão Abbott");