Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use 5.011;
    
    ...
      close $fh;
    
    }
    
  2. or download this
    package translate;
    
    use 5.006;
    ...
    }
    
    1;    # End of translate
    
  3. or download this
    ,
    source => en,
    ...
    check that BOB-THINKPAD-SL510 has API Access for this API key
    at https://console.developers.google.com/cloud-resource-manager
    $
    
  4. or download this
        my $r = get_trans( $wgt, $_ );
        for my $trans_rh ( @{ $r->{data}->{translations} } ) {
          #print $trans_rh->{translatedText}, "\n";
    ...
          push @lines, "\n";
          path("$out_file")->append_utf8(@lines);
        }