Help for this page

Select Code to Download


  1. or download this
    s/(\d+)$/my $y = $1; ++$y/e
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
        my $x = q{EVO:0000023};
    ...
        say $x
    '
    EVO:0000024
    
  3. or download this
    $ perl -Mstrict -Mwarnings -E '
        my $x = q{EVO:0000099};
    ...
        say $x
    '
    EVO:0000100