## Implicit @_ $data = shift; ## Explicit @_ $data = shift(@_); ## Explicit void context $null = shift();