in reply to Re: Compatiblity with older perls
in thread Compatiblity with older perls

Yeah... more than anything, I'd say that our ( $var1, @var2, %var3 ); versus use vars qw( $var1 @var2 %var3 ); is the biggest issue in code compatibility back to 5.005. Always a good place to start looking.
------------ :Wq Not an editor command: Wq