Help for this page

Select Code to Download


  1. or download this
    my @list = (3,2,1);
    my @refs = ([@list]) x @list;
    ...
    
    ARRAY(0x80f3764) ARRAY(0x80f3764) ARRAY(0x80f3764)