Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

pod::wsdl::attr(3pm) [debian man page]

Pod::WSDL::Attr(3pm)					User Contributed Perl Documentation				      Pod::WSDL::Attr(3pm)

NAME
Pod::WSDL::Attr - Represents the WSDL pod for an attribute of a class (internal use only) SYNOPSIS
use Pod::WSDL::Attr; my $attr = new Pod::WSDL::Attr('_ATTR $string _NEEDED This attribute is for blah ...'); DESCRIPTION
This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. If that is the case, take a look at the code, it is rather simple. METHODS
new Instantiates a new Pod::WSDL::Attr. The method needs one parameter, the attribute string from the pod. Please see SYNOPSIS or the section "Pod Syntax" in the description of Pod::WSDL. EXTERNAL DEPENDENCIES
[none] EXAMPLES
see Pod::WSDL BUGS
see Pod::WSDL TODO
see Pod::WSDL SEE ALSO
Pod::WSDL AUTHOR
Tarek Ahmed, <bloerch -the character every email address contains- oelbsk.org> COPYRIGHT AND LICENSE
Copyright (C) 2006 by Tarek Ahmed This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.10.1 2010-12-18 Pod::WSDL::Attr(3pm)

Check Out this Related Man Page

Pod::WSDL::Param(3pm)					User Contributed Perl Documentation				     Pod::WSDL::Param(3pm)

NAME
Pod::WSDL::Param - Represents the WSDL pod for a parameter of a method (internal use only) SYNOPSIS
use Pod::WSDL::Param; my $param = new Pod::WSDL::Param('_IN myParam $string This parameter is for blah ...'); DESCRIPTION
This module is used internally by Pod::WSDL. It is unlikely that you have to interact directly with it. If that is the case, take a look at the code, it is rather simple. METHODS
new Instantiates a new Pod::WSDL::Param. The method needs one parameter, the _IN, _OUT or _INOUT string from the pod. Please see SYNOPSIS or the section "Pod Syntax" in the description of Pod::WSDL. EXTERNAL DEPENDENCIES
[none] EXAMPLES
see Pod::WSDL BUGS
see Pod::WSDL TODO
see Pod::WSDL SEE ALSO
Pod::WSDL AUTHOR
Tarek Ahmed, <bloerch -the character every email address contains- oelbsk.org> COPYRIGHT AND LICENSE
Copyright (C) 2006 by Tarek Ahmed This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.5 or, at your option, any later version of Perl 5 you may have available. perl v5.10.1 2010-12-18 Pod::WSDL::Param(3pm)
Man Page

4 More Discussions You Might Find Interesting

1. HP-UX

Webservice

Hi all! Whats the best way to implement webservices for HPUX 11? Are there any way to use the WSDL Standart? Thank you in advance! Greetigs Mario (0 Replies)
Discussion started by: coredump2003
0 Replies

2. Programming

About thread programming !

pthread_create(&tid, &Attr, A, NULL); pthread_create(&tid, &Attr, B, NULL); pthread_create(&tid, &Attr, C, NULL); A,B,C are the name of the functiont that the thread excute Hi all ! I want to ask so with these commands ,how the program will excute . What the way it will do . Please... (0 Replies)
Discussion started by: iwbasts
0 Replies

3. Shell Programming and Scripting

grep the output between specific lines

Symmetrix ID : 00000001234 Host Name : myown Identifiers Found : 5000000000000000 5000000000000001 Device Cap(MB) Attr Dir:P ------ ------- ---- ---- 1234 25886 (M) 8D:1, 9D:1 0123 25886 (M) 8D:1, 9D:1 1345 25886 (M) ... (5 Replies)
Discussion started by: maddy.san
5 Replies

4. Solaris

Attr get values in fsstat

When seeing a typical Trans2 Request, Query_Path_Info (or similar) for a given file I see 15 attribute values returned from our SAN when looking at Wireshark traffic logs within one response. My questions is, when looking at fsstat attr get operations, does one request for attribute information... (1 Reply)
Discussion started by: vmajhu
1 Replies