- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- scripting
Categories
Company
Local Language
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
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
Community
Resources
Forums
Blogs
- 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
10-20-2005 07:48 PM
10-20-2005 07:48 PM
scripting
I am newbee for hp forums, can anyone tell me how to install pearl in hpux 11x, & i wanted to learn pearl, can anyone help me in learning the same.
And can i install pearl in MS - Windows xp, if it is there, how to get that
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 07:52 PM
10-20-2005 07:52 PM
Re: scripting
HP-UX:
Refer this:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=966784
Windows-XP:
http://www.cpan.org/ports/
http://perl.about.com/od/downloadperl/
Straight forward installation.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 07:54 PM
10-20-2005 07:54 PM
Re: scripting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 07:57 PM
10-20-2005 07:57 PM
Re: scripting
# Step to install perl in hp-ux without building from source
Download depot file on perl from, http://hpux.connect.org.uk/ftp/hpux/Languages/perl-5.8.6/perl-5.8.6-hppa-11.11.depot.gz
# mv /tmp/
# cd /tmp
# gzip perl-5.8.6-hppa-11.11.depot.gz
# cd /
# swinstall -s /tmp/perl-5.8.6-hppa-11.11.depot.gz
It will install perl.
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 07:59 PM
10-20-2005 07:59 PM
Re: scripting
a) http://www.perl.com/pub/q/documentation
b) Man pages of perl, perldoc functionality
c) http://www.cs.cf.ac.uk/Dave/PERL/ (I feel it is good place to start and reach expert level)
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 08:07 PM
10-20-2005 08:07 PM
Re: scripting
can i execute all the commands of unix in windows xp active perl.
regards
prasad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2005 08:32 PM
10-20-2005 08:32 PM
Re: scripting
If you want to execute unix commands on unix machine,
a) Get Cygwin utility (http://www.cygwin.com/)
b) Remote execution of unix commands with rsh / telnet
hth.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2005 10:59 PM
10-29-2005 10:59 PM