Help for this page

Select Code to Download


  1. or download this
        @current = ("foo bar", "baz");
        @wake    = ("foo", "bar baz");
    
  2. or download this
        @array1 = (1, [2]);
        @array2 = (1, [2]);