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

Consider, then, providing it as source, which would probably be much more useful to your scientific colleagues anyway.
  • Comment on Re: perl to exe excutable file to work on windows (seven /xp)

Replies are listed 'Best First'.
Re^2: perl to exe excutable file to work on windows (seven /xp)
by taint (Chaplain) on Nov 05, 2013 at 04:11 UTC
    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;