我在perl中有一个try catch块
try { //statement 1 //statement 2 }; catch Error with { print "Error\n"; }
当我运行perl程序时,我收到以下错误
Can’t Call method “try” without a package or object reference at…