Why does Perl’s File::Copy silently fail on Windows 2008? The script may not be running in the same directory as the files. Either the source or destination must not exist. Don't forget that if you're moving to /a/b/c, /a/b must already exist.
Need help on BMP to JPEG conversion Finally an excellent technical question. Thank you Mark. Unfortunately I don't have the answer, but I hope someone does.
How can one simulate a web browser, or just the Flash plugin, to load-test a Flash-based web-application? @Triynko Sorry, but no matter what is going on, the web server never sees anything other than a series of HTTP requests. Whether they are generated by a web browser, flash app, javascript, or whatever, the server doesn't care. Functional testing may require the use of the flash app, but for load testing, the server doesn't care what's making the request.
Can you recommend any good book about low level programming? +1 The intel manuals are THE BEST place for information on CPU architecture. It is OS agnostic and they are detailed and thorough. You MAY want to start with the more basic manuals, such as the 8086 before reading the latest ones, mostly to save yourself from slogging through a few thousand pages.