S
Slickuser
Hey guys,
I would like to a create PPM that compile on Windows. I am planning to
buy Perl Dev Kit Pro which can turn my Perl script into executable.
Before that, I want to make sure if this could be achieve on Perl and
is there any example out there.
For example, it will look like this:
game.ppm
So I want "game" command to be executable on Windows prompt.
"game" will be overall script
"display" will be a sub function
"-name" will be the option follow by arguments
Any help would be great. Thanks.
I would like to a create PPM that compile on Windows. I am planning to
buy Perl Dev Kit Pro which can turn my Perl script into executable.
Before that, I want to make sure if this could be achieve on Perl and
is there any example out there.
For example, it will look like this:
game.ppm
So I want "game" command to be executable on Windows prompt.
game start
game display -name "Slickuser"
game stop
game exit
"game" will be overall script
"display" will be a sub function
"-name" will be the option follow by arguments
Any help would be great. Thanks.