open (LSHAL, .....) or die; { # Block local $/ = "irgendwas"; while () { ... } # while } # Block close (LSHAL);