Reply to Re: Function with reference-passed variabel
Posted by Oli Filth on 09/26/06 12:40
The87Boy said the following on 26/09/2006 12:50:
> Oli Filth wrote:
>> You are returning from the function before $h is set.
>
> Yes, but does that mean, you can't write a function like system()
> youself?
Just make sure you set $h *before* the return statement.