Search Results

Search: Posts Made By: mahi_mayu069
20,311
Posted By Scott
Well, as the fourth saturday can only happen from...
Well, as the fourth saturday can only happen from the 22nd...


0 3 8-14,22-28 * *



$ cal 2012
2012

January February March...
1,860
Posted By MacMonster
Try this. #!/usr/bin/perl use...
Try this.


#!/usr/bin/perl

use List::Util qw(min max sum);

%d = ();

while (<STDIN>)
{
/\(Mid\) ([0-9]+),.*\(Val\) ([0-9.-]+)d/;
next if ($1 eq '' || $2 eq '');
$d{$1} =...
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 01:04 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy