Help for this page

Select Code to Download


  1. or download this
    $ perl -E '
        use strict;
    ...
    '
    SCALAR
    ARRAY
    
  2. or download this
    $ perl -E '
        use strict;
    ...
    '
    SCALAR
    ARRAY
    
  3. or download this
    $ perl -E '
        use strict;
    ...
    '
    qwert
    asdfg zxcvb
    
  4. or download this
        use feature qw{refaliasing declared_refs};
        no warnings qw{experimental::refaliasing experimental::declared_re
    +fs};
    
  5. or download this
        use experimental qw{refaliasing declared_refs};