Help for this page

Select Code to Download


  1. or download this
    @a = split //, 'xx110';
    @b = split //, '001xx';
    splice @a, ++$i, 0, $_ or $i++ for(@b);
    print @a, "\n";
    
  2. or download this
    x0x0111x0x