Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    $Data::Dumper::Indent = 1;
    
  2. or download this
    printf "graph_pane => %s\n", Dumper(\$graph_pane);
    
  3. or download this
    graph_pane => $VAR1 = \bless( {
        'SubWidget' => {
    ...
                    # ...Many lines omitted...
                    #
      }, 'Tk::Frame' );