my @array = qq/$command $arg1 $arg2 $arg3 > $outfile/; system "@array"; #### my @array = ($command, "$arg1 $arg2 $arg3 > $outfile"); #### Clover: Cis-eLement OVERrepresentation Compiled on Jul 18 2006 Error: motif and sequence files required Usage summary: clover [options] mymotifs myseqs.fa [BGfiles]
## my @array = ($command, "$arg1 $arg2 $arg3 > $outfile"); ##
## Clover: Cis-eLement OVERrepresentation Compiled on Jul 18 2006 Error: motif and sequence files required Usage summary: clover [options] mymotifs myseqs.fa [BGfiles]