Help for this page

Select Code to Download


  1. or download this
    @args = qw/-p $project->name/;
    push @args, '-f' if $force;
    system "inc_seqs", @args;
    
  2. or download this
    sub is_tainted {
        my $arg = shift;
    ...
        eval { eval "# $nada" };
        return length($@) != 0;
    }