sjwnih111 has asked for the wisdom of the Perl Monks concerning the following question:

I would like to start perl.pl within a cygwin terminal such that perl.pl starts in a new cygwin terminal. What is the best way to do this? So far I've tried to use system(perl.pl) and exec(perl.pl), but that runs the perl script within the windows command line, not cygwin.

Replies are listed 'Best First'.
Re: start perl script within cygwin
by choroba (Cardinal) on Nov 04, 2013 at 22:21 UTC
    Crossposted at StackOverflow. It is considered polite to inform about crossposting so hackers not attending both sites do not waste their efforts solving a problem already solved at the other end of the internets.
    لսႽ† ᥲᥒ⚪⟊Ⴙᘓᖇ Ꮅᘓᖇ⎱ Ⴙᥲ𝇋ƙᘓᖇ
Re: start perl script within cygwin (start cygwin)
by Anonymous Monk on Nov 05, 2013 at 00:12 UTC

    I would like to start perl.pl within a cygwin terminal

    This means you would like to start "cygwin terminal" :)

    Now you know to read "cygwin terminal" --help to get answer how to start cygwin terminal and have it call perl