Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

#!/usr/local/bin/wish
#Make a label "Hello World"
label .hello -text "Hello World"
pack .hello