Re: ActiveState Perl and Cygwin How To

2010-02-10 Thread raphael()
On Sun, Feb 7, 2010 at 9:58 PM, Jeremy Bopp wrote: > raphael() wrote: >> The problem is that AS Perl cannot find the Perl script I invoke on >> the command line as the script's PATH that Cygwin reports to AS Perl >> is a unix one i.e. /cygdrive/c/cygwin/home/.../bin whereas AS Perl >> requires it

Re: ActiveState Perl and Cygwin How To

2010-02-08 Thread Reini Urban
raphael() schrieb: I have been using Cygwin for quite some time now on Windows XP. I use Perl extensively and the scripts I use/create are fairly portable. I want to use ActiveState Perl as I can install many modules from CPAN that give me trouble in Cygwin using cpan install ... The problem is

Re: ActiveState Perl and Cygwin How To

2010-02-08 Thread Csaba Raduly
On Mon, Feb 8, 2010 at 4:42 PM, Eric Blake <> wrote: > Csaba Raduly gmail.com> writes: 8< snip >8 >> P.S. Can somebody explain what ${1+"$@"} does and why it's used >> instead of just $@ ? > http://www.gnu.org/software/autoconf/manual/autoconf.html#Shell-Substitutions > http://lists.gnu.org/archi

Re: ActiveState Perl and Cygwin How To

2010-02-08 Thread Eric Blake
Csaba Raduly gmail.com> writes: > > I have been using Cygwin for quite some time now on Windows XP. I use > > Perl extensively and the scripts I use/create are fairly portable. > > I want to use ActiveState Perl as I can install many modules from CPAN > > that give me trouble in Cygwin using cpan

Re: ActiveState Perl and Cygwin How To

2010-02-08 Thread Csaba Raduly
On Sun, Feb 7, 2010 at 4:21 PM, raphael() <> wrote: > Hello, > > I have been using Cygwin for quite some time now on Windows XP. I use > Perl extensively and the scripts I use/create are fairly portable. > I want to use ActiveState Perl as I can install many modules from CPAN > that give me trouble

Re: ActiveState Perl and Cygwin How To

2010-02-07 Thread Jeremy Bopp
raphael() wrote: > The problem is that AS Perl cannot find the Perl script I invoke on > the command line as the script's PATH that Cygwin reports to AS Perl > is a unix one i.e. /cygdrive/c/cygwin/home/.../bin whereas AS Perl > requires it in C:\cygwin\home\...\bin\. The Perl script is in PATH. >

ActiveState Perl and Cygwin How To

2010-02-07 Thread raphael()
Hello, I have been using Cygwin for quite some time now on Windows XP. I use Perl extensively and the scripts I use/create are fairly portable. I want to use ActiveState Perl as I can install many modules from CPAN that give me trouble in Cygwin using cpan install ... The problem is that AS Perl