Help for this page

Select Code to Download


  1. or download this
    {
        print "pos $i $testseq\n";
    ...
        close OUT;
        
    }
    
  2. or download this
    perl script1.perl >> script1.log 
    #redirect stderror Also as below 
    perl script1.perl >> script1.log 2>&1