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.
| [reply] |
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 | [reply] |
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 | [reply] |