Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    baz(1..3);                              # [1, 2, 3]
    
    bar(4..6);                              # Undefined subroutine &X::pp 
    +called