[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Re: Using NetPresenz and MacPerl



> 
> >It would be nice if Perl had a portable way to detect the platform that
> >it is running on.  Maybe there is a good way and I just don't know it.

$^O

On a mac:

print $^O;

prints: MacOS


Bill