Earn $20 per day by joining as an EarlyBird user in VirtaPay


Why you should join today...
  • You start with $25 in your VirtaPay account and it's free.
  • VirtaPay will add up to $20 per day to your account for participating as  preparing to launch the new service.
  • You get $10 per person you refer to VirtaPay.
  • You'll be an EarlyBird user—before VirtaPay opens to the public.
  • You'll help shape the development of the best virtual currency and payment system ever designed for the Internet.
  • You could have hundreds or thousands of dollars in your account by the time VirtaPay launch, without ever making a deposit!

Is there is a way to call assembly instructions from perl on Linux?!!!

I wonder if there is a way to call assembly instructions from Perl on Linux
like calling assembly from c or c++.
I put this question on yahoo answers and I got two "NO" answers.
I know that the first question will jump to your mind is "Why the hell you want to do this?!!".
OK, here is the answer. Suppose you succeeded to get a non root Linux shell and unfortunately
there is no c or c++ compiler installed but luckily Perl is available. I think it would be very helpful if
you could write assembly in Perl !!!

I found this code which is very close of what we'r talking about.
This code work well on windows and of course doesn't work at all on Linux.
This is because it depends on win32 API.