Operating System - HP-UX
1752337 Members
5561 Online
108787 Solutions
New Discussion

HP-UX 11.23 /opt/perl/bin/GET missing

 
jason_lee
Honored Contributor

HP-UX 11.23 /opt/perl/bin/GET missing

Hi,
We have HP-UX 11.23 IA64 with:

swlist -l product | grep -i perl
Perl5-32 D.5.8.8.B 32-bit 5.8.8 Perl Programming Language with Extensions
Perl5-64 D.5.8.8.B 64-bit 5.8.8 Perl Programming Language with Extensions

I noticed that, we don't have /opt/perl/bin/GET & POST. Any idea how we can get this installed?

Point for useful suggestions.
J.
1 REPLY 1
Sameer_Nirmal
Honored Contributor

Re: HP-UX 11.23 /opt/perl/bin/GET missing

The GET,POST,HEAD perl commands are no longer installed in 5.8.8. They are now a part of the arguments to lwp-request command which should be in /opt/perl/bin directory. You may want to refer the man page of lwp-request to know how to use these arguments.