Help for this page

Select Code to Download


  1. or download this
    $ ./1.keyboard1.pl 
    title is 1.keyboard
    ...
    1;
    $
    
  2. or download this
      $sftp->mkdir("/$server_dir")   or warn "mkdir1 failed $!\n";
      $sftp->mkdir("/$image_dir")        or warn "mkdir2 failed $!\n";
    
  3. or download this
    $ trans -S
      aspell
    * google
    ...
      apertium
      yandex
    $
    
  4. or download this
      print "Get other translations(y/n)?: ";
      my $prompt = <STDIN>;
    ...
          say "getting translation from $remote";
          system("trans :$lang -e $remote file://$in_path >$trans_munge");
        }