> On 3 Aug 1999, Sampo Kellomaki wrote:
>
> > ...
> > Now, could you provide me a snippet showing how I can discover in Perl
> > that I am running on Windows platform. That way Makefile.PL will be
> > able to automatically adapt.
> > ...
>
> i've been told that the following does the job succesfully:
> use English;
> ...
> if( $OSNAME eq 'MSWin32' ) { # aka $^O
I think it needs to read
if( $OSNAME eq 'MSWin32' ) {
reboot!
}
> ...
>
> --
> aspa
>
> ____________________________________________________________________
> __ OpenSSL Project
> http://www.openssl.org User Support Mailing List
> [EMAIL PROTECTED] Automated List Manager
> [EMAIL PROTECTED]
>
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]