amit hetawal wrote: > Hi, > I tried your code too, but no success. is it because of the editor > display. I am working on Mac will that make a difference. I cannot get > correct tabs working?
Quite possibly. Are you outputting to a console window, file or what ? Do you have a hex dump routine to dump the actual content if written to a file ? Try writing it to a file and dumping the file. Oooh! Just dawned on me - try combining the two prints into one: print "sequence : $sequence\trev_sequence : $rev_compliment\n"; You could be getting a strange newline or some other character after the first print. You could also try: binmode STDOUT; and see if that makes a difference on Mac. _______________________________________________ ActivePerl mailing list [email protected] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
