Brent, look at the name, i'm not sure English is the first language. you 
might wanna find the right language to send that in.

took me a while, but i think i agree with Brian, we need a bit more to be 
of much help


a suggestion i follow when i have multiple possible returns in this 
structure



sub function{
        my ($variables);

        # some stuff

        # checks and such
        # go here

        $return=$what you wanna return
}



remember, in perl, the final eval is what's returned. in order to ensure i 
have the right thing, i have what i think should be the final eval redone 
at the end.


hth

-Josh
_______________________________________________
ActivePerl mailing list
[email protected]
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to