Sometimes I see code that spreads sub definitions and code outside of sub definitions:
some_code();
sub foo {
}
do_crazy_thing();
sub bar {
}
even_more_code();
Do you know any way - maybe a Perl::Critic policy that will disallow this?
Gabor
_______________________________________________
Perl mailing list
[email protected]
http://mail.perl.org.il/mailman/listinfo/perl
