perlnomenclature

What is the post-for/if syntax called?


Does the following syntax have a name?

print for ( @ARGV );

exit if $x;

Solution

  • They're statement modifiers.