Help for this page

Select Code to Download


  1. or download this
            use strict;
            use warnings;
            use feature 'say';
    
  2. or download this
            strict->import::into($caller);
            warnings->import::into($caller);
            feature->import::into($caller, 'say');
    
  3. or download this
            use v5.020;