http://qs1969.pair.com?node_id=196793


in reply to printing/parsing string including "@"

well, it's a little strange to visit perlmonks after a long away period...

But it's even stranger to see so many replies with the same answer to one simple question...

#!/usr/bin/perl -w
`mount`;
print $! if $!;