in reply to Strange Behaviour with Backticks

Just wondering if your code indeed compile.
!#/usr/bin/perl -w
should be
#!/usr/bin/perl -w
Am I missing anything?