Sponsored Content
Full Discussion: Need SCO 5.0.5 install media
Operating Systems SCO Need SCO 5.0.5 install media Post 303025857 by tequesta on Tuesday 13th of November 2018 03:59:56 PM
Old 11-13-2018
Quote:
Originally Posted by jgt
Email hasn't arrived yet. try sending again.
Sorry, I sended a PM here, at the blog.
 

10 More Discussions You Might Find Interesting

1. HP-UX

Searching for HP-UX 10.x Install Media

Hiya folks, The drive on my 712/80 just died and I can't seem to find my 10.20 CDs anywhere. My wife says she think she threw out the box that they were in when we moved recently. :( Sooo... What I'm looking for is someone that has upgraded to 11i (or something ) that no longer wants/needs... (0 Replies)
Discussion started by: ErikTheHAck
0 Replies

2. SCO

SCO Unix OpenServer 5.0.5 Media Kit

My client has lost the SCO OS 5.0.5 install media. However, they do have a working SCO 5.0.5 system, but is crumbling apart. Where can I find the SCO OS 5.0.5 install media? Or can I get a copy of the SCO CD as a ISO file? Your help is much appreciated. (7 Replies)
Discussion started by: chedlee88-1
7 Replies

3. SCO

Need installation media for SCO 5.0.4

I need to reinstall SCO 5.0.4 onto another server as the customer does mnot want to pay for another license. Does anoine have the installation media for this? I'm willing to trade as I have every other installation CD. Let me download the 5.0.4 media from you and I'll give you any OS you want. I... (2 Replies)
Discussion started by: buffbiker23
2 Replies

4. SCO

SCO 5.0.6 Media needed

Hi, can anyone provide me the sources for sco 5.0.6 as iso? Thanks! (26 Replies)
Discussion started by: VoidCeroOne
26 Replies

5. SCO

SCO OpenServer 5.0.4 Media Needed

Greetings, I've recently been given responsibility for a legacy server running SCO OpenServer 5.0.4 and upon taking inventory I discovered we have all the license documents but no installation media. Can anyone assist me with where I might download these? Thanks Kevin (9 Replies)
Discussion started by: Kevin Harris
9 Replies

6. SCO

5.0.2 install media

I've inherited an openserver 5.0.2 and wanted to move it to a virtualized environment - Given the server is original hardware no one knows where any of its media is. I'm hoping someone has the installation media for 5.0.2 so I can get a clean system up and running to see what if any changes will... (2 Replies)
Discussion started by: StarKnight83
2 Replies

7. SCO

Sco media needed for openserver 5.0.6

Hello, i need if possible media for sco openserver 5.0.6 and also want to know if is possible to upgrade from 5.0.2 to 5.0.6. Best regards, Paolo (1 Reply)
Discussion started by: elnino981
1 Replies

8. SCO

SCO 5.0.2 Installation Media

We recently started having problems with our SCO OpenServer 5.0.2 Server. I know it is VERY outdated but we are unable to move off of it yet due to an application that is still used daily. We have a new software replacement that will be implemented Q3 2016. I was looking for some installation... (0 Replies)
Discussion started by: AOC
0 Replies

9. SCO

Need SCO 5.0.6 openserver media kit

hello everyone i need a copy of sco 5.0.6 iso for isntall a new server crash I read in a post that someone uploaded to an ftp an iso but I did not find the ftp any can helpme? (7 Replies)
Discussion started by: mjgeddo
7 Replies

10. SCO

SCO OpenServer 5.0.6 media needed

My media disk is unusable. Can someone provide me an ISO for Openserver 5.0.6? Thank you. Brantley Allen (2 Replies)
Discussion started by: brantleyallen
2 Replies
Email::Sender::Role::CommonSending(3pm) 		User Contributed Perl Documentation		   Email::Sender::Role::CommonSending(3pm)

NAME
Email::Sender::Role::CommonSending - the common sending tasks most Email::Sender classes will need VERSION
version 0.110005 DESCRIPTION
Email::Sender::Role::CommonSending provides a number of features that should ease writing new classes that perform the Email::Sender role. Instead of writing a "send" method, implementors will need to write a smaller "send_email" method, which will be passed an Email::Abstract object and envelope containing "from" and "to" entries. The "to" entry will be guaranteed to be an array reference. A "success" method will also be provided as a shortcut for calling: Email::Sender::Success->new(...); A few other minor details are handled by CommonSending; for more information, consult the source. The methods documented here may be overridden to alter the behavior of the CommonSending role. METHODS
prepare_email This method is passed a scalar and is expected to return an Email::Abstract object. You probably shouldn't override it in most cases. prepare_envelope This method is passed a hashref and returns a new hashref that should be used as the envelope passed to the "send_email" method. This method is responsible for ensuring that the to entry is an array. success ... return $self->success; This method returns a new Email::Sender::Success object. Arguments passed to this method are passed along to the Success's constructor. This is provided as a convenience for returning success from subclasses' "send_email" methods. AUTHOR
Ricardo Signes <rjbs@cpan.org> COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes. 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.14.2 2012-03-06 Email::Sender::Role::CommonSending(3pm)
All times are GMT -4. The time now is 10:49 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy