I want to know which perl has called my program.

For Ex : If I call perl program as bellow.

# /usr/bin/perl5.8.5 prog.pl
I should get /usr/bin/perl5.8.5

# /usr/bin/perl5.8.8 prog.pl
I should get /usr/bin/perl5.8.8

Thanks in advance
Abhi Jain


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to