- or download this
/([\$*])(([\w\:\']*)\bVERSION)\b.*\=/
- or download this
perl -nle 'if(/([\$*])(([\w\:'\'']*)\bVERSION)\b.*\=/){ eval $_; print
+ "$ARGV:\n$@$_\n\$$2 = $$2\n";close ARGV; undef $VERSION}' a b c d
- or download this
a:
(our $VERSION = '3.0')
...
$VERSION = v1.0.0