Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

feature is a lexical pragma

{
    use feature qw(say);
    say $var;
}
print "Cannot use say here\n";