Open beta attempt to boost AIX - Reseller News


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Open beta attempt to boost AIX - Reseller News
# 1  
Old 07-16-2007
Open beta attempt to boost AIX - Reseller News

Open beta attempt to boost AIX
Reseller News, New Zealand - 20 hours ago
By Shane Schick, Toronto | Monday, July 16 2007 IBM is trying to promote the next version of its Unix operating system variant by opening up the beta ...
IBM tries to boost AIX through open beta LinuxWorld.au
all 3 news articles
More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

awk can't open file; file merge attempt

Dear all, I have an AWK related issue. I have two data files; the first, FileA has fewer lines, the second, FileB has more. FileA is a subset of FileB . Both files are tab delimited. What I want to do? When the first two columns for FileA match the first two columns of FileB, I want to... (4 Replies)
Discussion started by: A_Human_Person
4 Replies

2. Solaris

boost thread not accessible to boost::move error

Hi All I am working unders Sun Solaris and I am not "/opt/boost/boost/thread/detail/thread.hpp", line 344: Error: boost::thread::thread(boost::thread&) is not accessible from boost::move(boost::detail::thread_move_t<boost::thread>). Do you know if there are other solutions other than... (2 Replies)
Discussion started by: manustone
2 Replies

3. News, Links, Events and Announcements

AIX 6 Open Beta now available

An open beta for the next release of AIX, Version 6, is now available. Go to https://www14.software.ibm.com/iwm/web/cc/earlyprograms/ibm/aix6beta/ for more information and to download the code. AIX 6 offers new capabilities such as Workload Partitions, Role Based Access Control and many other... (0 Replies)
Discussion started by: phastjay
0 Replies
Login or Register to Ask a Question
AutoReply(3pm)						User Contributed Perl Documentation					    AutoReply(3pm)

NAME
News::AutoReply - derivative of News::Article for generating autoreplies SYNOPSIS
use News::AutoReply; $reply = News::AutoReply->new($message); DESCRIPTION
Like News::Article, but must be given a reference to another article at creation time - initialises To, In-Reply-To, References etc. correctly as an automatic reply. USAGE
use News::AutoReply; Exports nothing. Constructor new ( ORIGINAL ) Construct an autoreply to a message, assuming that the Reply-To (if present, otherwise the From) header of "ORIGINAL" is valid. Returns a new Article object with no body or envelope sender, but with suitable headers. If an environment variable LOOP is defined, it is used as the contents of an X-Loop header added to the reply (this is useful when using this code in progs launched from a procmail recipe). Always preserves X-Loop headers in the original. The reference-folding code could probably be improved. AUTHOR
Andrew Gierth <andrew@erlenstar.demon.co.uk> SOURCE
Contact the author. COPYRIGHT
Copyright 1997 Andrew Gierth <andrew@erlenstar.demon.co.uk> This code may be used and/or distributed under the same terms as Perl itself. perl v5.10.1 2010-04-03 AutoReply(3pm)