Igor Pechtchanski schrieb:
FWIW, the following always works on my system:

#!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl
use English;
print "Testing: $PERL_VERSION on $OSNAME\n";

well, for me this looks better: (at least needed for 5.006001)


#!/usr/local/bin/wrap /cygdrive/c/ActivePerl/bin/perl
use English;
printf ("Testing: %f on $OSNAME\n", $PERL_VERSION);
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/


-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/



Reply via email to