Help for this page

Select Code to Download


  1. or download this
    for ( keys %Config ) {
    if ( defined $Config{$_}  ) {
      if ( $Config{$_} =~ m%/x86_64-linux-gnu/% ) {
        say "$_ matched: $Config{$_}";
      }
    }
    
  2. or download this
    $ ./7.tk.pl
    version=5.26.1, archname=x86_64-linux-gnu-thread-multi
    ...
    
    $