• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1while (<>) {
2	if (/version : '(.+)',/) {
3		print "$1";
4	}
5}
6