in reply to Perl Tk Scrollbar

I cannot get the scrollbar to work with the following sub routine below.

Where do you try to do that?

Replies are listed 'Best First'.
Re^2: Perl Tk Scrollbar
by PilotinControl (Pilgrim) on Nov 27, 2013 at 02:07 UTC

    I inserted it in two locations I've tried

      What do you expect those attempts to accomplish? What are you expecting to happen?

      Tk::Scrolled SYNOPSIS shows a different usage pattern than the one you're using

        What I am expecting to happen is when my data file reaches a certain viewing length the scroll bars will aide in viewing the data. To scroll up and down. I guess I am missing a length option? So far all the frame does is get larger when more data is being added instead of staying at a fixed height and width. Am I explaining it well enough to understand? Thanks.