in reply to Re^4: perl-5.18.0 install problem
in thread perl-5.18.0 install problem

What is the value of $^O?

Replies are listed 'Best First'.
Re^6: perl-5.18.0 install problem
by laszlot (Novice) on Jul 01, 2013 at 12:41 UTC

    I am new to perl. This question is valid, but I have no idea how to display the value, or debug. Let me know how can I display it and I will come back to you.

    Regards
    Laszlo

      perl -e 'print "$^O\n"';

      Update: This of course assumes you already have a working version of Perl somewhere on your system.

        It looks like I have a working version somewhere

        /opensource/perl-5.18.0 > perl -e 'print "$^O\n"'; nonstop_kernel