- or download this
> perl -w tmp.pl
Possible unintended interpolation of @gmail in string at tmp.pl line 5
+.
Name "main::gmail" used only once: possible typo at tmp.pl line 5.
Terminating on signal SIGINT(2)
- or download this
> type tmp.pl
#!/usr/bin/perl
...
Possible unintended interpolation of @gmail in string at tmp.pl line 6
+.
Global symbol "@gmail" requires explicit package name at tmp.pl line 6
+.
Execution of tmp.pl aborted due to compilation errors.
- or download this
...
if (/(dmathis\@gmail.\w+)/) {
...