Help for this page

Select Code to Download


  1. or download this
    /([\$*])(([\w\:\']*)\bVERSION)\b.*\=/
    
  2. 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
    
  3. or download this
    a:
            (our $VERSION = '3.0')
    ...
    $VERSION = v1.0.0