Help for this page

Select Code to Download


  1. or download this
    return wantarray ? ( $end_points[ 0 ] ) : $end_points[ 0 ];
  2. or download this
    return $end_points[0];
    return ( $end_points[0] );