X-Git-Url: http://git.shiar.net/sheet.git/blobdiff_plain/ee5b8a7f10f8dfebfed4948b33f45c4d9cbfe068..e60ccb7426f287532b0cfb89632ff963698530b8:/browser.plp?ds=sidebyside diff --git a/browser.plp b/browser.plp index 5a48f77..fe96312 100644 --- a/browser.plp +++ b/browser.plp @@ -93,7 +93,7 @@ for ($get{usage} // 'wm') { } $canihas = eval { Data("data/browser/usage-$_") } or do { - Alert('Browser usage data not found', $@); + Alert('Browser usage data not found', ref $@ ? @{$@} : $@); next; }; $usage = $_;