1826843 Members
4427 Online
109704 Solutions
New Discussion

scripting

 
hari_19
Occasional Advisor

scripting

Hi All,

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
7 REPLIES 7
Muthukumar_5
Honored Contributor

Re: scripting

You can install perl in hp-ux and as well as MS - Windows xp.

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.

Easy to suggest when don't know about the problem!
Stephen Keane
Honored Contributor
Muthukumar_5
Honored Contributor

Re: scripting

Forget to welcome to this GREAT forums. Keep posting. A suggestion that use appropriate heading in threads. :) Scripting may be different in installing perl rgt.

# 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.
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: scripting

To learn perl then,

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.
Easy to suggest when don't know about the problem!
hari_19
Occasional Advisor

Re: scripting

Hi All,

can i execute all the commands of unix in windows xp active perl.

regards
prasad
Muthukumar_5
Honored Contributor

Re: scripting

Nope. You can use perl related stuffs only with windows. You can try to execute cls command of dos from system() with perl and clear of unix with system() with perl.

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.
Easy to suggest when don't know about the problem!
hari_19
Occasional Advisor

Re: scripting

thanks