Skip to content

Instantly share code, notes, and snippets.

Created November 26, 2012 02:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/4146298 to your computer and use it in GitHub Desktop.
Save anonymous/4146298 to your computer and use it in GitHub Desktop.
Pack 2 Debug
my $f1 = $f->Frame->pack(-side => 'top', -expand => 1,
-fill => 'y', -before => $addbutton);
my $be = $f1->BrowseEntry(-label => "Widget $count:",
-choices => ["right", "left", "top", "bottom"],
-variable => \$packdirs[$count], -browsecmd => \&repack)
-pack(-ipady => 5, -side => 'left');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment