[nlug] Useless trivia for today

2012-04-13 Thread Curt Lundgren
I was inspired to write a short Perl script this morning: #! /usr/bin/perl -w use strict; use Time::Local; # Restrict years to the Unix epoch my $start_year = 1970; my $end_year = 2037; my $count = 0; my $year; my $month; my @mon = qw( Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec );

Re: [nlug] Useless trivia for today

2012-04-13 Thread Chris McQuistion
Very interesting! Useless, but interesting! Chris On Fri, Apr 13, 2012 at 8:04 AM, Curt Lundgren verif...@gmail.com wrote: I was inspired to write a short Perl script this morning: #! /usr/bin/perl -w use strict; use Time::Local; # Restrict years to the Unix epoch my $start_year =

Re: [nlug] Useless trivia for today

2012-04-13 Thread Jack Coats
'That is what 'old geezers'(sm) are for! :) ... we all have useless information from 'back when' :) Just yesterday I mused on another list on moving mainframes in specially outfitted moving vans when they guy was wanting to know how to pack a 5U server for transport. ... Keeping up my 'geezer

Re: [nlug] Digest for nlug-talk@googlegroups.com - 4 Messages in 2 Topics

2012-04-13 Thread Russ Crawford
Jack Coats j...@coats.org Apr 13 12:51PM -0500 'That is what 'old geezers'(sm) are for! :) ... we all have useless information from 'back when' :) Just yesterday I mused on another list on moving mainframes in specially outfitted moving vans when they guy was

Re: [nlug] Digest for nlug-talk@googlegroups.com - 4 Messages in 2 Topics

2012-04-13 Thread David R. Wilson
Hello Russ, You can if you want, it is a free country. Oops Was. Dave On Fri, 2012-04-13 at 19:02 -0500, Russ Crawford wrote: Curt Lundgren verif...@gmail.com Apr 13 08:04AM -0500 I was inspired to write a short Perl script this morning: #! /usr/bin/perl -w

Re: [nlug] Useless trivia for today

2012-04-13 Thread Greg Donald
On Fri, Apr 13, 2012 at 8:04 AM, Curt Lundgren verif...@gmail.com wrote: Every year has at least one Friday the 13th As it turns out, Saturday the 14th is just as rare. But you wouldn't know that from the 12:1 movie ratio. -- Greg Donald -- You received this message because you are