From 074d37fcb81930449e7fabcf00be4469d56a1f2f Mon Sep 17 00:00:00 2001 From: zhuk Date: Tue, 28 Apr 2015 14:10:18 +0000 Subject: [PATCH] Another helper routine that I don't want to add back and forth each commit. --- infrastructure/bin/portbump | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/infrastructure/bin/portbump b/infrastructure/bin/portbump index a368ffd131a..3dfbdcca865 100755 --- a/infrastructure/bin/portbump +++ b/infrastructure/bin/portbump @@ -4,6 +4,11 @@ package Util; use strict; use warnings; +sub plibs { + my $prefix = shift; + print STDERR "$prefix: ".join(", ", @_)."\n"; +} + # prints hash in compact form, for debugging purposes sub phash { my $h = shift;