Help for this page

Select Code to Download


  1. or download this
    mkaref( 1..9 );
    # becomes
    mkaref 1..9;
    
  2. or download this
    sub mkhref (%) {
        if ( @_%2 ) {
    ...
            return {@_};
        }
    }