Help for this page

Select Code to Download


  1. or download this
    my ( $REST_HOST, $REST_URL, $CONSOLE_URL, %SIZE_LIMIT_FOR );
    {
        Readonly $REST_HOST      => 'translation.googleapis.com';
    ...
            languages => 9999,    # N/A
        );
    }
    
  2. or download this
    sub new {
        my ( $class, $param_hr ) = @_;
     
    ...
            cache_file     => 0,
            headers        => {},
        );