This would also let the files share common base names with different extensions, as the OP had desired.
# In lib/MyCode/Form1.pm package MyCode::Form1; require "lib/MyCode/Form1.tkfrm"; sub handle_button { ... } 1;
# In lib/MyCode/Form1.tkfrm # package declaration is optional sub layout_form { ... } 1;
In reply to Re^2: 1 Object 2 Files
by simonm
in thread 1 Object 2 Files
by AllenG
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |