BUG FIX: Work around write() bug in perl 5.10
perl 5.10 has a bug that causes it to segfault if a variable delcared with 'my' is used in a format string. Work around this by declaring the variables 'our' instead.
Please register or sign in to comment