Help for this page

Select Code to Download


  1. or download this
    for my $file (@texts) {
    
      local $/ = "";
    ...
      sleep(3);
    
      close $fh;
    
  2. or download this
    /home/bob/Documents/meditations/castaways/Translate1/data/84-0.txt too
    +k:1180 wallclock secs (23.34 usr +  1.36 sys = 24.70 CPU)
    $
    
  3. or download this
    $  cat 1.google.sh 
    #!/bin/bash  
    pwd
    ...
    cd script
    ./3.my_script.pl
    $
    
  4. or download this
    New Paragraph: €œAre you mad, my friend?€ said he. 
    +€œOr whither does your
    senseless curiosity lead you? Would you also create for yourself and t
    +he
    world a demoniacal enemy? Peace, peace! Learn my miseries and do not s
    +eek
    to increase your own.€
    
  5. or download this
    #!/usr/bin/perl -w
    use 5.011;
    
    ...
    use translate;
    binmode STDOUT, 'utf8';
    use POSIX qw(strftime);
    
  6. or download this
    my %WriteMakefileArgs = (
        NAME             => 'Translate1',
        AUTHOR           => q{gilligan <gilligan@island.coconut>},
    ...
        dist  => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
        clean => { FILES => 'Translate1-*' },
    );