Help for this page

Select Code to Download


  1. or download this
    use Tk;
    use Tk::JPEG;
    ...
    my $pic = $tw->Photo(-file=>$_[1]);
    $tw->Label(-image => $pic)->pack;
    };