Greetings, perl fans I am about to translate a bash script into perl. In bash script, it uses "date +%Z" command to get current timezone on local host. However, I don't want to redirect this output into a variable, since the perl script will even going to be run on windows. Is there a module to get such info?
I have tried "Time::Timezone" module. However, it print nothing from tz2zone. Is there any thing wrong? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/