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"
>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