in reply to Re: array of arrays - context problem
in thread array of arrays - context problem

Mago,
Neither one of your comments are correct.

Cheers - L~R

Replies are listed 'Best First'.
Re^3: array of arrays - context problem
by Mago (Parson) on Jan 13, 2005 at 20:49 UTC
    So thanks you;

    Copy and Paste error !

    $scalar = @array;

    or

    print scalar @array;

    or

    print int @array;



    OK !?

    Mago
    mago@rio.pm.org