On Monday, Feb 10, 2003, at 07:53 Europe/London, Guest via RT wrote:
Show quoted text>
> This message about PPerl was sent to you by guest <> via rt.cpan.org
>
> Full context and any attached attachments can be found at:
> <URL:
https://rt.cpan.org/Ticket/Display.html?id=2070 >
>
> The following like is unneccessarilly not portable
> chomp(my $V = `$perl_path -MConfig -le 'print Config->myconfig'`);
>
> The following will suffice
>
> chomp(my $V = `$perl_path -MConfig -le print(Config::myconfig()) `);
OK, but out of curiosity - not portable to where? If PPerl worked on
Windows I'd be shocked beyond belief, which is why I ask.
Matt.