Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

algorithm::dependency::source::hoa(3pm) [debian man page]

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)

Check Out this Related Man Page

Algorithm::Dependency::Item(3pm)			User Contributed Perl Documentation			  Algorithm::Dependency::Item(3pm)

NAME
Algorithm::Dependency::Item - Implements an item in a dependency heirachy. DESCRIPTION
The Algorithm::Dependency::Item class implements a single item within the dependency heirachy. It's quite simple, usually created from within a source, and not typically created directly. This is provided for those implementing their own source. ( See Algorithm::Dependency::Source for details ). METHODS
new $id, @depends The "new" constructor takes as its first argument the id ( name ) of the item, and any further arguments are assumed to be the ids of other items that this one depends on. Returns a new "Algorithm::Dependency::Item" on success, or "undef" on error. id The "id" method returns the id of the item. depends The "depends" method returns, as a list, the names of the other items that this item depends on. SUPPORT
For general comments, contact the author. To file a bug against this module, in a way you can keep track of, see 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> AUTHOR
Adam Kennedy <adamk@cpan.org> SEE ALSO
Algorithm::Dependency 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::Item(3pm)
Man Page

7 More Discussions You Might Find Interesting

1. Programming

Algorithm problem

Looking for an algorithm to compute the number of days between two given dates I came across a professor's C program located here: http://cr.yp.to/2001-275/struct1.c I was wondering if anyone could tell me where the value 678882 in the line int d = dateday - 678882; comes from and also the... (1 Reply)
Discussion started by: williamf
1 Replies

2. UNIX for Advanced & Expert Users

What happens when an exe/lib links to another shared one:

We build our code on all platforms Sol, Hp, Aix, Sgi & linux. Some base libraries have changed. All the dependent exe & lib which use those base libraries have changed in all platforms in terms of size/checksum or both except linux. No code has changed in these. We have a post utility... (8 Replies)
Discussion started by: vibhor_agarwali
8 Replies

3. Shell Programming and Scripting

TCP/IP Source

can u tell me from where do i get TCP/IP Source code plz. (2 Replies)
Discussion started by: pradeep83rawat
2 Replies

4. Linux

Help needed in dependencies problem in Fedora 8 VM

hi, I have installed a VM for Fedora 8 running on Windows Xp. And I have the following error:- Error: Missing Dependency: libgsl.so.0 is needed by package test Error: Missing Dependency: /usr/bin/gcc is needed by package test Error: Missing Dependency: libgslcblas.so.0 is needed by... (3 Replies)
Discussion started by: ahjiefreak
3 Replies

5. AIX

LAPACK compilation error on ibm-aix5.2

Hi all, I am trying to compile LAPACK 3.2.1 on powerpc-ibm-aix5.2.0.0--Xlf but I am getting the following mesage?? "Makefile", line 362: make: 1254-055 Dependency line needs colon or double colon operator. "Makefile", line 364: make: 1254-055 Dependency line needs colon or double colon... (3 Replies)
Discussion started by: pauli
3 Replies

6. UNIX for Advanced & Expert Users

Job Sheduler/workload automation Open Source

Hello all, I'm looking for a sheduler and workload automation Open Source, to use in a wide company. I was looking threads similar but I didn't found it. Anynone knows one? Thanks (2 Replies)
Discussion started by: RuBiCK
2 Replies

7. Virtualization and Cloud Computing

Open Source Cloud Software

Hi all, I'm prepared exploring cloud technology to play on both private and public clouds. Please advise which of the following Open Source Cloud software, other than Ubuntu One, will be more powerful on features:- Abiquo http://www.abiquo.com/ Amazon Elastic Compute Cloud (Amazon EC2)... (2 Replies)
Discussion started by: satimis
2 Replies