Sponsored Content
Full Discussion: Prize of being an Admin
The Lounge War Stories Prize of being an Admin Post 302603343 by methyl on Wednesday 29th of February 2012 07:02:14 PM
Old 02-29-2012
Quote:
However, I have learned it hard way and have sworn that I will never repeat such crazy deed.
Wise words.
Just make that call to get authority and you are covered. If you cannot get authority, make a diary entry and move on to the next problem.
 

6 More Discussions You Might Find Interesting

1. Solaris

fresh admin

hi everybody i'm just recreuted as UNIX system admin... please tell me from where do i have to begin... best regards (8 Replies)
Discussion started by: hmaiida
8 Replies

2. Solaris

Tape Admin

Tape: Need tape library help please. Need to configure a remote admin card in the L100. Anything helpful.....thxs (2 Replies)
Discussion started by: uwinix77
2 Replies

3. Post Here to Contact Site Administrators and Moderators

note for admin

i left a message for admin in the wrong thread.. it is in the what is on your mind thread since i can't move it or delete it.. i thought I would mention that I meant it to be in this thread.. sorry about the mistake.. thanx for your patience moxxx68 (3 Replies)
Discussion started by: moxxx68
3 Replies

4. What is on Your Mind?

Windows Admin switching to *nix Admin

I'm currently a Windows admin and have wanted to jump ship to the *nix side for a while now. I've been studying both through an lpic level 1 manual as I have time (focusing on debian), and a solaris 10 cert book. The problem is I only have a handful of hours a week to study, and my current job... (3 Replies)
Discussion started by: bobwilson
3 Replies

5. War Stories

Prize of being an Admin - Part 2

I was reading this thread of admin_xor Prize of being an Admin and thought will share this experience of mine which is kind of opposite to what he did - I didn't tell anybody what happened :D We were porting one of the subsystem from Solaris to Linux. As part of that we developed many wrapper... (23 Replies)
Discussion started by: ahamed101
23 Replies

6. What is on Your Mind?

Regarding Admin life either as DBA or UNIX Linux admin

I am planning to choose my career as Unix/Linux Admin or a DBA. But I have come to know from forums and few admins like the job will be 24/7. I have few questions on that. Can we get "DAY" shifts in any one of the admin Job ? Can't we have shift timings in any company ? Eventhough the... (7 Replies)
Discussion started by: Jacktts
7 Replies
Class::MOP::Module(3)					User Contributed Perl Documentation				     Class::MOP::Module(3)

NAME
Class::MOP::Module - Module Meta Object VERSION
version 2.0604 DESCRIPTION
A module is essentially a Class::MOP::Package with metadata, in our case the version and authority. INHERITANCE
Class::MOP::Module is a subclass of Class::MOP::Package. METHODS
Class::MOP::Module->create($package, %options) Overrides "create" from Class::MOP::Package to provide these additional options: "version" A version number, to be installed in the $VERSION package global variable. "authority" An authority, to be installed in the $AUTHORITY package global variable. $metamodule->version This is a read-only attribute which returns the $VERSION of the package, if one exists. $metamodule->authority This is a read-only attribute which returns the $AUTHORITY of the package, if one exists. $metamodule->identifier This constructs a string which combines the name, version and authority. Class::MOP::Module->meta This will return a Class::MOP::Class instance for this class. AUTHOR
Moose is maintained by the Moose Cabal, along with the help of many contributors. See "CABAL" in Moose and "CONTRIBUTORS" in Moose for details. COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Infinity Interactive, Inc.. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.16.2 2012-09-19 Class::MOP::Module(3)
All times are GMT -4. The time now is 02:29 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy