Help for this page

Select Code to Download


  1. or download this
    my $replace = '/abinitio/run';
    if (defined($ver_name)) {
       $replace = "/$ver_name" . $replace;
    }
    (my $graph_dir = $before) =~ s{ /log/ .* \z }{$replace}xs;