X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy%2FUtils.pm;h=1dc25e113d544a00c2585a00d7a9d1751a604642;hb=abe5314c266ab3e7ff54d9c9b7ca51f8eb6ae6e0;hp=0fc656aed69792025273e3a51f6a9d1f83b3fabe;hpb=a17aa36896bddde3d1e5b96e468919f7a2e40583;p=irspy-moved-to-github.git diff --git a/lib/ZOOM/IRSpy/Utils.pm b/lib/ZOOM/IRSpy/Utils.pm index 0fc656a..1dc25e1 100644 --- a/lib/ZOOM/IRSpy/Utils.pm +++ b/lib/ZOOM/IRSpy/Utils.pm @@ -105,7 +105,7 @@ sub isodate { $year+1900, $mon+1, $mday, $hour, $min, $sec); } -# strips whitespaces and start and ends of a field +# strips whitespaces at start and ends of a field sub trimField { my $field = shift;