in reply to get binary executing my script
$] The first part of the string printed out when you say perl -v. It can be used to determine at the beginning of a script whether the Perl interpreter executing the script is in the right range of versions. If used in a numeric context, $] returns version + patchlevel /1000.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: get binary executing my script
by prashanthch (Novice) on Mar 16, 2012 at 18:35 UTC |