Hi


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting Hi
# 1  
Old 04-27-2004
Hi

hi

I am new to unix

I want to locate the where is perl in my system.....

Can you please tell me how to find that

Last edited by suv; 04-27-2004 at 01:15 AM..
# 2  
Old 04-27-2004
type which perl to get the location of the binary
type perl -v to get the version of perl that is installed.
# 3  
Old 04-27-2004
Thank You very much for the help.
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question