Help for this page

Select Code to Download


  1. or download this
    next unless /version[: ]+([0-9.]+)/i;
    print "-$1\n";
    
  2. or download this
    next unless /^-.*?version[: ]+([0-9.]+)/i;
    print "-$1\n";