in reply to Re: perl to exe excutable file to work on windows (seven /xp)
in thread perl to exe excutable file to work on windows (seven /xp)

Greetings,
As portability goes, you might also want to have a look at Swig.

HTH

--Chris

#!/usr/bin/perl -Tw
use perl::always;
my $perl_version = "5.12.5";
print $perl_version;
  • Comment on Re^2: perl to exe excutable file to work on windows (seven /xp)