Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Perl 5.6.1 on Solaris 9

Status
Not open for further replies.

alfie002

Technical User
Joined
Mar 3, 2004
Messages
121
Location
GB
Dear all,

I developed some perl scripts using the FTP.pm for a number of Solaris, admittly in advance of receipt of the solaris boxes. I tried to run the scripts, which call the FTP.pm module, and I have discovered these platforms do not have the FTP.pm module include as part of the perl distribution. It may be certain perl modules have been removed for security reasons, don't know as I do not have another box to compare them with.

So, does anyone know if FTP.pm ships with the 5.6.1. perl release on solaris. I'd be surprised if it didn't.

Thanks in advance

Alf
 
Why not just install them?
Code:
$ > perl -MCPAN -e shell
[b][u]cpan>[/u][/b] install Net::FTP

Paul
------------------------------------
Spend an hour a week on CPAN, helps cure all known programming ailments ;-)
 
I'll give that a go, thanks. Alf
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top