#! /usr/bin/perl # feature #use feature 'say'; # Just the one feature use feature ':5.10'; # The whole 9 yards say "Hi"; # End feature