]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_bin/bioscript
rewrote bioscript
[biopieces.git] / bp_bin / bioscript
index efc8b9350562f8bbfefe154b89506dee78c59e38..ee172a542bc8fc58914312d4f8379b29f9bbfc7d 100755 (executable)
@@ -47,10 +47,11 @@ $out = Maasha::Biopieces::write_stream( $options->{ "stream_out" } );
 
 print STDERR "eval: $options->{ 'eval' }\n" if $options->{ 'verbose' };
 
-eval "$options->{ 'eval' }";
+eval "no strict; $options->{ 'eval' }";
 
 Maasha::Common::error( qq(Eval of "$options->{ 'eval' }" failed) ) if $@;
 
+
 Maasha::Biopieces::close_stream( $in );
 Maasha::Biopieces::close_stream( $out );