#!/usr/bin/perl # LANG=C is a work around for bug 82652. # The easier work-around of setting LANG=C in perl script itself didn't # work. It's probably too late by then. eval '(exit $?0)' && eval 'exec env LANG=C $0 ${1+"$@"}' if $ENV{"LANG"} != "C";