Help for this page

Select Code to Download


  1. or download this
    
    #!/usr/bin/perl 
    ...
    }
    __END__
    
  2. or download this
      foreach (@matching2) {
        my $eng_path = path( $vars{eng_captions}, $_ );
    ...
    
      }
    
  3. or download this
    print "Get other translations(y/n)?: ";
      my $prompt = <STDIN>;
    ...
          system("trans :$lang -e $remote file://$in_path >$trans_munge");
        }