HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- join command in perl?
Operating System - HP-UX
1832890
Members
2206
Online
110048
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 01:56 AM
07-05-2004 01:56 AM
join command in perl?
Hi all,
Basically, what I'm trying to do is compare two large CSV files and find out which fields have changed since the last update. Based on that, I want to produce comparison files based on which field was different.
I know of a way to do this using the 'join' command in HP-UX (please see http://www.opengroup.org/onlinepubs/009695399/utilities/join.html for details), but I would like to do this in Perl.
Would appreciate any help!
Cheers,
Ben
Basically, what I'm trying to do is compare two large CSV files and find out which fields have changed since the last update. Based on that, I want to produce comparison files based on which field was different.
I know of a way to do this using the 'join' command in HP-UX (please see http://www.opengroup.org/onlinepubs/009695399/utilities/join.html for details), but I would like to do this in Perl.
Would appreciate any help!
Cheers,
Ben
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2004 02:01 AM
07-05-2004 02:01 AM
Re: join command in perl?
you can use two hashes and use the `key' fields as hash key (maybe packed - see perldoc -f pack), and compare the values for each key that occurs in both hashes
Have a look at CPAN modules Text::CSV_XS and Text::Diff
Enjoy, Have FUN! H.Merijn
Have a look at CPAN modules Text::CSV_XS and Text::Diff
Enjoy, Have FUN! H.Merijn
Enjoy, Have FUN! H.Merijn
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP