Help for this page

Select Code to Download


  1. or download this
    @matches = ("foo" =~ /o?/g);
    my @chars = split //, "foo";