-
-
23 Feb 2012 13:41:10 UTC
- Distribution: RDF-Flow
- Module version: 0.178
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (261 / 202 / 16)
- Kwalitee
Bus factor: 1- 94.00% Coverage
- License: perl_5
- Perl: v5.10.0
- Activity
24 month- Tools
- Download (23.12KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors-
Jakob Voß
NAME
RDF::Flow::Cascade - Returns the first non-empty response of a sequence of sources
VERSION
version 0.178
SYNOPSIS
use RDF::Flow qw(cascade); $src = cascade( @sources ); # shortcut $src = cascade( @sources, name => 'foo' ); # with name use RDF::Flow::Cascade; $src = RDF::Flow::Cascade->new( @sources ); # explicit $rdf = $src->retrieve( $env );
DESCRIPTION
This RDF::Flow::Source returns the first non-empty response of a given sequence of sources.
SEE ALSO
RDF::Flow::Union, RDF::Flow::Pipeline
AUTHOR
Jakob Voß <voss@gbv.de>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Jakob Voß.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install RDF::Flow, copy and paste the appropriate command in to your terminal.
cpanm RDF::Flow
perl -MCPAN -e shell install RDF::Flow
For more information on module installation, please visit the detailed CPAN module installation guide.