HTML-Perlinfo
    
    
  
  
  
view release on metacpan or search on metacpan
lib/HTML/Perlinfo/General.pm view on Meta::CPAN
    $html .= print_table_row(2, "Thread Support",  "enabled (threads, ithreads, 5005threads)");
  }
  else {
    $html .= print_table_row(2, "Thread Support",  "disabled (threads, ithreads, 5005threads)");
  }
$html .= print_table_end();
  $html .= print_box_start(0);
  
    $html .= "This is perl, v$Config{version} built for $Config{archname}<br />Copyright (c) 1987-@{[ sprintf '%d', (localtime)[5]+1900]}, Larry Wall";
    $html .= print_box_end();
    return $html if $opt eq 'top';
    
  $html .= print_hr();
  $html .= "<h1>Configuration</h1>\n";
  $html .= print_config('info_all'); 
  $html .= join '', print_section("Perl utilities"),
           print_table_start(),
( run in 0.587 second using v1.01-cache-2.11-cpan-c333fce770f )