Regular expression without '/m' flag Regular expression without '/x' flag #### next if /^;/; #skip comments #### $string =~ /$re/; #### local $" = '|'; #### Variable declared as 'local' Magic punctuation variable used
## next if /^;/; #skip comments ##
## $string =~ /$re/; ##
## local $" = '|'; ##
## Variable declared as 'local' Magic punctuation variable used