Help for this page

Select Code to Download


  1. or download this
    perl -e ' $value = "12345654321"; @twos = ($value=~ /2/g);print "|", j
    +oin "|" , @twos,"\n";'
    
  2. or download this
    push @array, $1;