qwurx [shmem] ~ > perl -MO=Deparse -le 'package My; package main; my My $my = "my"' BEGIN { $/ = "\n"; $\ = "\n"; } my $my = 'my'; -e syntax OK