A trick you can use to make the human read code flow more like you expect-
# package stuff I expect/want to see first. BEGIN { # package stuff the compiler needs to see first. } package main; # my stuff that does stuff and junk. exit 0; # subs, if any __END__ =pod =cut leftover notes...
In reply to Re^2: DBIx::Class in a single file
by Your Mother
in thread DBIx::Class in a single file
by rppowell
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |