Help for this page

Select Code to Download


  1. or download this
    sub seq{!grep{$_[0]!~/\G.*?$_/g}split//,pop}
    
  2. or download this
    sub seq{
      my @x=split"",pop;
      my $s=pop;
    ...
      }
      $c = ($cy, $c)[ $cy < $c ];
    }
    
  3. or download this
    sub seq{!grep$_[0]!~/$_/g,pop=~/./g}
    
  4. or download this
    sub seq{!grep$_[0]!~/\Q$_/g,pop=~/./gs}