Help for this page

Select Code to Download


  1. or download this
    my($re,$lin,@g,@inarr);
    my(@inarr)=(
    ...
    {
    @g=($lin=~m/$re/g);
    } # foreach
    
  2. or download this
    @g=('<igo;123>',
    '<ig;abc>'
    );
    
  3. or download this
    @g=('ig');