Help for this page

Select Code to Download


  1. or download this
    my $buf;
    open(my $fh, ">", \$buf);
    ...
    close($fh);
    # now use $buf:
    $widget->configure(-text => $buf);