Help for this page

Select Code to Download


  1. or download this
    fritz@laptop:~/Documents$ ./4.getopt.pl --infile /home/fritz/Desktop/1
    +.tran.txt --outfile /home/fritz/Desktop/1.enc_trans.txt --lang EL --v
    +erbose 1
    /home/fritz/Desktop/1.tran.txt, /home/fritz/Desktop/1.enc_trans.txt, E
    +L, 1
    
    ...
    ./4.getopt.pl : text=Scylla and Charybdis are the horns of a dilemma.&
    +target_lang=EL
    ./4.getopt.pl : sending above payload, of 68 bytes..../4.getopt.pl : d
    +one, success.
    fritz@laptop:~/Documents$
    
  2. or download this
    #!/usr/bin/env perl
    use v5.030;    # strictness implied
    ...
    __END__