HCL Technologies Hosts Over 500 of the Top Minds and Generates Real, Actionable Ideas


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Complex Event Processing RSS News HCL Technologies Hosts Over 500 of the Top Minds and Generates Real, Actionable Ideas
# 1  
Old 11-25-2008
HCL Technologies Hosts Over 500 of the Top Minds and Generates Real, Actionable Ideas

International Business Times, Nov 25th 2008. Former U.S. Vice President Al Gore, Xerox CEO Anne Mulcahy and Renowned Management Educator Gary Hamel Headline Dual-Platform Event Where Top Business Executives Discuss Solutions on How to Sustain a Successful Business in the Current Economic Climate. ORLANDO, FL — (Marketwire) — 11/25/08 — More than 500 of the top business [...]

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Solaris

How to copy a tar file on a series of remote hosts and untar it on those hosts?

Am trying to copy a tar file onto a series of remote hosts and untar it at the destination. Need to do this without having to do multiple ssh. Actions to perform within a single ssh session via shell script - copy a file - untar at destination (remote host) OS : Linux RHEL6 (3 Replies)
Discussion started by: sankasu
3 Replies

2. Shell Programming and Scripting

Fill the values between -500 to 500 -awk

input -200 2.4 0 2.6 30 2.8 output -500 0 -499 0 -488 0 .......... .......... .... -200 2.4 .... ... 0 2.6 (6 Replies)
Discussion started by: quincyjones
6 Replies

3. Solaris

about Sun 9 HCL

Hi all I cheked the HCL of my hardware ok first thing does it mean not seeing a dvice in the HCL that's it's not supported? well my hardware is (x86 arch.) My Hardware list : I Have a 1.70 intel Pentium 4 processor, 384 MB Ram, WD 40 GB Hard Disk, Aopen Riva TNT2 Model 64 VGA card ,ATAPI... (8 Replies)
Discussion started by: qmemo
8 Replies
Login or Register to Ask a Question
Data(3pm)						User Contributed Perl Documentation						 Data(3pm)

NAME
Business::ISBN::Data - data pack for Business::ISBN SYNOPSIS
see Business::ISBN DESCRIPTION
This data is current as of the date in the module version. At that time, the publisher codes 9990000-9999999 or 999000-999999 had not been fixed, although they had been proposed. I do not include them in the data. Some regions, including India(93), Gabon(99902), and Congo(99951) have country codes but no publisher codes. They still have entries even though you won't be able to validate any ISBNs assigned in those regions. Business::ISBN uses this "data pack" to do its work. You can update Business::ISBN::Data independently of the main module as the various ISBN organizations assign new publisher codes. The ISBN agency lists these data at http://www.isbn-international.org/converter/ranges.htm . It's also available as a javascript file at http://www.isbn-international.org/converter/ranges.js . The make_data.pl program creates the meat of this module. Note, that as a historical artifact, some countries are actually language areas. For instance, country code 2 is "French", and includes several French-speaking countries. Simply install this module over the previous version. The module is a Perl data structure, so you can install it with CPAN.pm, or simply copy it to the right location. Older versions of this module did not declare a version, and will work with whatever version of Business::ISBN you have despite anything the Makefile.PL might say. Some versions tracked the version of Business::ISBN. Starting in October 2008, the version is the date of the module update (as YYYYMMDD). If you make updates, please send them to me so I can include them in future releases. SOURCE AVAILABILITY
This module lives in the Github repository with Business::ISBN: git://github.com/briandfoy/business--isbn.git AUTHOR
brian d foy, "<bdfoy@cpan.org>" Yakov Shafranovich updated the data in October 2008. COPYRIGHT AND LICENSE
Copyright (c) 2002-2008, brian d foy, All Rights Reserved. You may redistribute this under the same terms as Perl itself. perl v5.10.0 2008-12-05 Data(3pm)