Can I improve the performance of script by using constant? Which is the better one?
use constant const => 1e-12 or my $const = 1e-12 Thanks. just another perl beginner -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]