I've noticed that being an active member of PerlMonks has changed my coding style. I now use warnings instead of using #!/usr/bin/perl -w. I also find myself using map more. I'm even trying to stop using exit at the end of my programs, though that's a tough habit to break.
How have your coding habits changed? Maybe I can adopt some of those too!