Help for this page

Select Code to Download


  1. or download this
    BEGIN {
       use subs 'length';
    ...
           defined($arg) ? CORE::length($arg) : undef;
       }
    }
    
  2. or download this
    package Func::Smarter;
    require Exporter;
    ...
    }
    
    1;