tomasz konefal wrote:
> 
> hello list,
> 
>   i'm trying to do something like the following, but i'm not sure what the
> correct syntax is:
> 
> ---pseudo-code---
> 
> if (defined foo) {
>     change_to_different_run_mode();
>       # try this sort of thing
>    return $self->different_run_mode();
> }
> else {
>     do something;
> }
> 

  -mark

http://mark.stosberg.com/

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

Reply via email to