>print qx{perl -e "print \@INC"};
Thanks for your help. I couldn't see the simple ...
Another question arose for spitting out newlines. Is
the following the only solution?
print qx{perl -e "print join( \xb6"\\n\xb6", \@INC )"};
(copy MPW:Startup Items:Perl to MPW:TS Startup Items: to have
a
>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