Help for this page
$ perl -e 'print "\@hi\n";' @hi
$ perl -e 'print "@=hi\n";' @=hi
$ perl -e 'print "@$0\n";' $ perl -e 'print "\@$0\n";' @-e