Finally it's Friday

 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Cartoons for Geeks Finally it's Friday
# 1  
Old 05-31-2013
Finally it's Friday

Oliver Widder
05-31-2013 05:58 PM


Source...
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

how to get 3rd week of every friday?

Legends, how do i get 3rd week of friday in every month and execute a particular script say /tmp/abc.sh ??? i think after "cal" we can traverse through using some for loop.:wall: pls help me. Dosanjh (8 Replies)
Discussion started by: sdosanjh
8 Replies

2. Shell Programming and Scripting

Last friday of every month

Hi, I need to get the date of last friday of every month. how can i achieve this ? please guide me. Thanks in advance (3 Replies)
Discussion started by: apsprabhu
3 Replies

3. Shell Programming and Scripting

how can i find the third friday of each month?

Help please! I need to read the calendar and put the date of the third Friday of each month into a variable for comparison in an "if" statement. How would I do this? Thnx, leslie02 (10 Replies)
Discussion started by: leslie02
10 Replies

4. Shell Programming and Scripting

Need help, Every friday in a month

I am trying to write a script that shows every Friday in a month. I used cal $1 $2 | grep -v "^$" | awk '{print $6}' It doesn't work for the frist week of Friday because calendar command output has some spaces in the first line and awk '{print $6}' doesn't work. Anybody help me with this... (3 Replies)
Discussion started by: LAY
3 Replies
Login or Register to Ask a Question
Algorithm::Dependency::Source::HoA(3pm) 		User Contributed Perl Documentation		   Algorithm::Dependency::Source::HoA(3pm)

NAME
Algorithm::Dependency::Source::HoA - Source for a HASH of ARRAYs SYNOPSIS
# The basic data structure my $deps = { foo => [ 'bar', 'baz' ], bar => [], baz => [ 'bar' ], }; # Create the source from it my $Source = Algorithm::Dependency::Source::HoA->new( $deps ); DESCRIPTION
"Algorithm::Dependency::Source::HoA" implements a source where the items names are provided in the most simple form, a reference to a "HASH" of "ARRAY" references. METHODS
This documents the methods differing from the ordinary Algorithm::Dependency::Source methods. new $filename When constructing a new "Algorithm::Dependency::Source::HoA" object, an argument should be provided of a reference to a HASH of ARRAY references, containing the names of other HASH elements. Returns the object, or "undef" if the structure is not correct. SUPPORT
To file a bug against this module, use the CPAN bug tracking system http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Algorithm-Dependency> For other comments, contact the author. AUTHOR
Adam Kennedy <adamk@cpan.org> SEE ALSO
Algorithm::Dependency, Algorithm::Dependency::Source COPYRIGHT
Copyright 2003 - 2009 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.12.4 2009-04-14 Algorithm::Dependency::Source::HoA(3pm)