[MacPerl] ToolServer results

2002-12-15 Thread Axel Rose
Hello all, I found some time to experiment with ToolServer and found some difficulties with Mac chars. Starting with this little test script under MacPerl: #!perl -lw use strict; print `Echo {MPW}`; print `Echo {Shuck}`; print grep {/This is perl/} qx{perl -v}; print qx{perl -e "print 22/7"

Re: [MacPerl] ToolServer results

2002-12-15 Thread p kent
>I found some time to experiment with ToolServer and found >some difficulties with Mac chars. > >Starting with this little test script under MacPerl: >print qx{perl -e "print @INC"}; See perlop: Customary GenericMeaningInterpolates `` qx{} Command ye