in reply to Porting Perl programs

Is there any way to convert a perl program to autoexecutable or something like that to run them on different machines?(like *.exe files)

You could use PAR, for example, but that won't make a portable executable!

For information on portability, see perlport

Paul