#!/usr/bin/perl use warnings; use strict; my $git = system('git fetch --tags'); print "What's here? --- $git\n";