Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

webservice::cia::source(3pm) [debian man page]

WebService::CIA::Source(3pm)				User Contributed Perl Documentation			      WebService::CIA::Source(3pm)

NAME
WebService::CIA::Source - A base class for WebService::CIA sources SYNOPSIS
use WebService::CIA::Source; my $source = WebService::CIA::Source->new(); DESCRIPTION
WebService::CIA::Source is a base class for WebService::CIA sources, such as WebService::CIA::Source::DBM and WebService::CIA::Source::Web. It could be used as a source in its own right, but it won't get you very far. METHODS
"new()" This method creates a new WebService::CIA::Source object. It takes no arguments. "value($country_code, $field)" Retrieve a value. Always returns "undef". "all($country_code)" Retrieve all fields and values. Always returns an empty hashref. AUTHOR
Ian Malpass (ian-cpan@indecorous.com) COPYRIGHT
Copyright 2003-2007, Ian Malpass This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The CIA World Factbook's copyright information page (<https://www.cia.gov/library/publications/the-world-factbook/docs/contributor_copy- right.html>) states: The Factbook is in the public domain. Accordingly, it may be copied freely without permission of the Central Intelligence Agency (CIA). SEE ALSO
WebService::CIA, WebService::CIA::Parser, WebService::CIA::Source::DBM, WebService::CIA::Source::Web perl v5.8.8 2008-02-04 WebService::CIA::Source(3pm)

Check Out this Related Man Page

WebService::YouTube::Video(3pm) 			User Contributed Perl Documentation			   WebService::YouTube::Video(3pm)

NAME
WebService::YouTube::Video - Video class for YouTube. VERSION
This document describes WebService::YouTube::Video version 1.0.3 SYNOPSIS
use WebService::YouTube::Video; my $video = WebService::YouTube::Video->new( { ... } ); DESCRIPTION
This is a video class for YouTube. SUBROUTINES
/METHODS new(\%fields) Creates and returns a new WebService::YouTube::Video object. %fields can contain parameters enumerated in "ACCESSORS" section. ACCESSORS id author comment_count description length_seconds rating_avg rating_count tags thumbnail_url title upload_time url view_count DIAGNOSTICS
None. CONFIGURATION AND ENVIRONMENT
WebService::YouTube::Video requires no configuration files or environment variables. DEPENDENCIES
WebService::YouTube, Class::Accessor::Fast INCOMPATIBILITIES
None reported. BUGS AND LIMITATIONS
No bugs have been reported. Please report any bugs or feature requests to "bug-webservice-youtube@rt.cpan.org", or through the web interface at <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=WebService-YouTube>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. AUTHOR
Hironori Yoshida <yoshida@cpan.org> LICENSE AND COPYRIGHT
This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic. perl v5.10.1 2009-01-20 WebService::YouTube::Video(3pm)
Man Page

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

What is it exactly that a "Source Code" mean

If this is the wrong forum, kindly direct me to the right place. I am planning on going on an interview and I'd like to know what "source code" mean. this is a stupid question, of course, to most of you but hey, can you just tell me?? thank you I heard that I might be asked to bring in... (2 Replies)
Discussion started by: IMPORTANT
2 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

Bash Source Code

Can somebody give me the link to get the source code of BASH? (1 Reply)
Discussion started by: bhargava
1 Replies

4. Shell Programming and Scripting

Achieving group by logic via Unix

HI friends, select count(*),country_code from employees_table group by country_code having com_country_code in ("US","UK") CAn we have an equivalent command in Unix to achieve this Thanks in advance Suresh (5 Replies)
Discussion started by: sureshg_sampat
5 Replies

5. 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

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

8. Shell Programming and Scripting

[Solved] Copy Problem

I facing a problem : I have a Source and Destination directory. The Source directory is linked to SVN and is updated by the Script to Head Revision. After that i copy the Source to Destination by this command: cp -r /SOURCE PATH /DESTIUNATION PATH Now if a delete a file in source and... (5 Replies)
Discussion started by: ankur328
5 Replies

9. Shell Programming and Scripting

Source code compilation

Need assistance in Source code compilation . When installing a software compiling a source code . Whatever the output that prints on the screen i want to log it into a file. How can i see output and store the output to file ./configure make make install Is there other way of seeing output... (5 Replies)
Discussion started by: ajayram_arya
5 Replies

10. AIX

XVFB Source package for AIX

Please send me link for XVFB Source package for AIX (3 Replies)
Discussion started by: prathap.g
3 Replies