I typically do:

#!/usr/bin/perl

#pragmas
use strict;
use warnings;

#modules
use Tk;

And so on...I just think it organizes better.

Robert 



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to