Sponsored Content
Full Discussion: Game: Name this person
The Lounge What is on Your Mind? Game: Name this person Post 302131391 by quintet on Friday 10th of August 2007 10:07:23 AM
Old 08-10-2007
yeah thats right Smilie
your turn...
 

4 More Discussions You Might Find Interesting

1. Solaris

Another person that needs Internet help

Ok i have a router, which my sparc 5 is connected to. I can acess the router webpage (192.168.0.1). But I cant access the internet. When i use sys-unconfig i enter my ip address fine then i click none for when it asks me for DNS info because I dont have a domain. I was told i can manually change... (10 Replies)
Discussion started by: vikster007
10 Replies

2. Shell Programming and Scripting

New Person Added to the Forum

Hello, I'm brand new to this forum. I am working on my first Bash shell script. We were given an exercise to get ready for the real assignment. I could use some help. The exercise is to "set two variables (i. e., file1 & file2) on the command line to the paths of the text files. We are to... (1 Reply)
Discussion started by: wcarp05
1 Replies

3. UNIX for Advanced & Expert Users

How to get a login name of a person who used 'su' and act with different user-name?

I need to realize the user login name after he/she used the 'su' command to log under another name (for specific privileges.) I am on SunOS v5.6, and here by now I could not find a way to figured it out. In another Thread I've get an advise from Linux user to use 'ps afxj' that display a... (3 Replies)
Discussion started by: alex_5161
3 Replies

4. What is on Your Mind?

how do you call a person who assembles computers?

The title says everything. I'm wondering how we call in English the person who builds a computer. I mean instead of buying a branded computer like dell or toshiba, how do you call the guy who assembles computers from pieces of various suppliers. Thanks for your help Santiago (8 Replies)
Discussion started by: chebarbudo
8 Replies
Parse::Method::Signatures::TypeConstraint(3)		User Contributed Perl Documentation	      Parse::Method::Signatures::TypeConstraint(3)

NAME
Parse::Method::Signatures::TypeConstraint - turn parsed TC data into Moose TC object DESCRIPTION
Class used to turn PPI elements into Moose::Meta::TypeConstraint objects. ATTRIBUTES
tc Lazy Build. The Moose::Meta::TypeConstraint object for this type constraint, built when requested. "tc_callback" will be called for each individual component type in turn. tc_callback Type: CodeRef Default: "find_registered_constraint" Callback used to turn type names into type objects. See "type_constraint_callback" in Parse::Method::Signatures for more details and an example. from_namespace Type: ClassName If provided, then the default "tc_callback" will search for MooseX::Types in this package. METHODS
find_registered_constraint Will search for an imported MooseX::Types in "from_namespace" (if provided). Failing that it will ask the Moose::Meta::TypeConstraint::Registry for a type with the given name. If all else fails, it will simple return the type as a string, so that Moose's auto-vivification of classnames to type will work. to_string String representation of the type constraint, approximately as parsed. SEE ALSO
Parse::Method::Signatures, MooseX::Types, MooseX::Types::Util. AUTHORS
Florian Ragwitz <rafl@debian.org>. Ash Berlin <ash@cpan.org>. LICENSE
Licensed under the same terms as Perl itself. perl v5.16.2 2011-09-09 Parse::Method::Signatures::TypeConstraint(3)
All times are GMT -4. The time now is 10:08 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy