Help for this page

Select Code to Download


  1. or download this
    Use of uninitialized value in printf at /tmp/test.pl line 20.
    Operating System:
    
  2. or download this
    my $osname = $os->name() ? $os->name() : `uname -o -r`;
    chomp($osname);
    print "Operating System: $osname\n";