Help for this page

Select Code to Download


  1. or download this
    my @a = ("AAAA", "BBBB", "CCCCC");
    print array_search(\@a,"B");
    ...
            }
            return 0;
    }
    
  2. or download this
    B AAAA
    String size: 1
    ...
    String size: 1
    Char at 0 is B = B
    1