Help for this page
if (grep m{nfs}, grep m{/home}, map <>, local @ARGV=qw{/etc/mtab}) { # ... } else { # ... }
if (local @ARGV=qw(/etc/mtab) and grep /nfs/, grep m{/home}, <>) { # ... } else { # ... }