in reply to Crash with ForkManager on Windows

You might also take a look at Yet another example to get URLs in parallel. Perhaps something like this works for you. You can simplify it for your needs (no role etc.). I vaguely remember that i tried something like this with LWP::Simple and it didn't work. I forgot why ;-)

Hope this helps. Regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help