Skip to content

Tag Archives: Perl

GFC D&D – Getting kids into Dungeons & Dragons on the cheap Part I – Heroes of Hesiod.

Cheap ways to get kids started with Dungeons and Dragons.

Listing Linux TZ Environment Variable

Time zones can be confusing. If you want to see a list of time-zones you can use in the Perl $ENV{TZ} = ‘xxxx’ you can have a look at the Timezone files in /usr/share/zoneinfo Here is a quick way to see the available timezones in Europe: tail -n 1 /usr/share/zoneinfo/Europe/* | sed -r ‘s/,.+//’ This […]