FamilyConnect wrote:
>
> Problem...I am defining my subroutines at the beginning of my program, and Perl
> is executing the subroutine at compile time before it is actually called.I
> don't think this is proper behaviour...e.g.
>
> open (LOG, ">/tmp/log");
>
> sub nearlyfatallywounded ($) {
On 9/24/2001 4:08 PM, "FamilyConnect" <[EMAIL PROTECTED]>
wrote:
> Problem...I am defining my subroutines at the beginning of my program, and
> Perl
> is executing the subroutine at compile time before it is actually called.I
> don't think this is proper behaviour...e.g.
>
You mean when you
Problem...I am defining my subroutines at the beginning of my program, and Perl
is executing the subroutine at compile time before it is actually called.I
don't think this is proper behaviour...e.g.
open (LOG, ">/tmp/log");
sub nearlyfatallywounded ($) {
my $ERRMSG=$_[0];
print LOG "The Erro