ArchAngelMichael has asked for the wisdom of the Perl Monks concerning the following question:

This node falls below the community's threshold of quality. You may see it by logging in.
  • Comment on net::chat, how do you run a program from MSI ?

Replies are listed 'Best First'.
Running programs from Perl
by strider corinth (Friar) on Oct 28, 2002 at 21:42 UTC
    If you're using Perl from a command line, the blank screen is the Perl interpreter's console. If you type a Perl program into it and hit control-d (or whatever EOF is on your system) it will execute. You might find it easier to write programs as text files, however, and to run them using 'perl file.pl' (or your system's equivalent). This allows for easy manipulation of your code, and easier debugging.

    As for running programs from Perl, there are a few ways to do it. The exec, system, and backticks (``) all work well. (Note: those links are for Perl 5.6. Documentation for other versions of Perl may be found on the same site).
    --

    Love justice; desire mercy.
Re: Stupid and Easy Question Again
by rdfield (Priest) on Oct 28, 2002 at 10:36 UTC
    MSI? Microsoft Installer? Try double clicking the perl.msi file, which will install Perl. If it doesn't, you'll have to download the installer program from Microsoft first.

    rdfield

Re: Stupid and Easy Question Again
by mojobozo (Monk) on Oct 28, 2002 at 12:16 UTC
    Please use a more informative title for your node/question. It would make things much easier.
    _____________________________________________________
    mojobozo
    word (wûrd)
    interj. Slang. Used to express approval or an affirmative response to
    something. Sometimes used with up. Source