Help for this page

Select Code to Download


  1. or download this
    sub foo {
       isa( $_[0], 'HASH' ) ? _foo_hash( $_[0] ) : _foo_scalar( $_[0] );
    }