Help for this page

Select Code to Download


  1. or download this
    $$self{_GUI}{_VTE} = Vte::Terminal->new();
    # more code
    
    my $func = sub { return 1 };
    my $string = $$self{_GUI}{_VTE}->get_text_range($row, $col, $row, $end
    +_col, $func, my $data = undef);
    
  2. or download this
    my $func = {sub => {return 1}};
    my $string = $$self{_GUI}{_VTE}->get_text_range($row, $col, $row, $end
    +_col, $func, my $data = undef);