I don't see the Perl question here yet.

Basically if you have a binary executable file that was built for Linux, you need to run that program on the Linux box. You need to talk with the Linux sys admin person. The first goal should be for you "to do it, ie run this linux program" as a person before you think about having a computer do it for you.

For example: I only have a Win XP box, but right now I am connected to a Linux box over the internet. I use a couple of Windows programs for that. First, "Putty", this is freeware. I have a encrypted connection (SSH) to the remote machine that looks like a console session as if I were "on-site". I use a simple plug-in to Firefox (FireFtp)-also freeware- to run SFTP to transfer files back and forth.

For Perl programs, I just transfer the file and run it on the remote machine via a command in my console window. For C programs, there is an extra step as I have to compile it on the Linux machine. If I want to edit a file on the Linux machine, I just right-click and tell FireFox that I want to use my local editor on the PC. Or I can use the console to run vi (which is a commonly known Unix editor).

Somebody has given you an account on the "remote machine". Talk to that person!! That "somebody" will know about how to help you set up your environment. Get this working with you as a human controlling the start/stop of the program and then report back when you want a program to automate what you are already doing. The possible environments are endless. I can't give you a general solution. Talk to the Linux sysadmin.


In reply to Re^3: Running an executable on a Unix machine from a Windows machine. by Marshall
in thread Running an executable on a Unix machine from a Windows machine. by pankaj_it09

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.