Hello Parag,
perl -MConfig -le 'print "$Config{perlpath}:$^V\n$ENV{SHELL}:
<Bash_or_Shell_Version>\n/kernel/$^O:<Kernel_Version>"'
=pod code
perl -MConfig -e 'print "$Config{perlpath}:$^V\n$ENV{SHELL}:" . qx{ bash
--version | head -1 } . "/kernel/$^O:" . qx{ uname -r }'
=cut
Regards,
Alan Haggai Alavi.
--
The difference makes the difference
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
