Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created March 21, 2024 22:33
Show Gist options
  • Save rwp0/81e714ce648b8f6ca55e69f09c422a95 to your computer and use it in GitHub Desktop.
Save rwp0/81e714ce648b8f6ca55e69f09c422a95 to your computer and use it in GitHub Desktop.
Determine Perl Module Version in CLI

Command

perl -M IO::Socket::SSL -E "say IO::Socket::SSL -> VERSION()"

Output

2.085

Assuming $VERSION is defined.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment