Hi,

On 25-Apr-06, at 10:24 PM, Matthew wrote:

I very new to mason. Have been trying to install/configure on OpenBSD3.6,
and I have the following errors.

line 27: using a hash as a reference is deprecated
line 37: using a hash as a reference is deprecated

[..] snip [..]

$_out->( %ARGS->{title} );

..snip..

$_out->( %ARGS->{title} );

Try replacing

%ARGS->{title}

with

$ARGS{title}


-Michael
_______________________________________________________

Michael Burns
Cosbit Technologies
403-701-2672  / [EMAIL PROTECTED]

AIM: cmikeburns
MSN: cmikeburns
_______________________________________________________

Box 2173, Station M    Calgary, Alberta, Canada    T2P 2M4



Reply via email to