Quantcast
Channel: User Zan Lynx - Stack Overflow
Viewing all articles
Browse latest Browse all 40

Answer by Zan Lynx for What does "!$@" mean in Perl?

$
0
0

It sort of looks like a cartoon dialogue curse word doesn't it?

Take it one symbol at a time. The ! is boolean NOT, so if the following value is True it will become False, and vice versa.

The $ starts a scalar value. $@ is found in man perlvar and it is the error value output from the last eval call.


Viewing all articles
Browse latest Browse all 40

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>