Help for this page

Select Code to Download


  1. or download this
        @a = (1, 2, 3, 4);
        @b = (6, 7, 10, 30, @a);
    
    $a = &where_funky(@a);
    $b = &where_funcky(@b);