Help for this page

Select Code to Download


  1. or download this
    printf "Operating System: %s\n", $os->name( long => 1 ) // 'undef';
    
  2. or download this
    printf "Operating System: %s\n", $os->name( long => 1 ) // (`uname -o 
    +-r` =~ s/\n//r);