David Storrs <[EMAIL PROTECTED]> wrote:
: 
: I was trying to avoid prototypes, because I wanted
: people to be able to pass the arguments in as
: function(@args), but maybe this is the way to go.
: Or maybe I just won't worry about it.

    From your other posts it seems like your trying
to avoid a reference being passed as the first
argument.


sub function {
        die "error message" if ref $_[0];
          .
          .
          .
}


HTH,

Charles K. Clarkson
-- 
Head Bottle Washer,
Clarkson Energy Homes, Inc.
Mobile Home Specialists
254 968-8328


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to