Help for this page

Select Code to Download


  1. or download this
    unshift @INC, sub {
        no warnings 'uninitialized';
        ref $_[1] eq 'ARRAY' ? @{$_[1]} : $_[1];
    };