Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    sub dir {
        return (1, 2, 3, 4, 5, 6);
    }
    
  2. or download this
    undef, 2, undef, 4, 5 6