Help for this page

Select Code to Download


  1. or download this
    $ cat 7.cw1.pl
    #!/usr/bin/perl -w
    use 5.011;
    ...
    __END__ 
    
    $
    
  2. or download this
    $ cat .bash_aliases 
    alias pt='perltidy -i=2 -b '
    
  3. or download this
    $ pt 7.cw1.pl
    ## Please see file 7.cw1.pl.ERR
    $ cat 7.cw1.pl.ERR
    ...
    85:    unexpected character decimal 185 (�) in script
    85:    Giving up after error
    $
    
  4. or download this
    foreach my $child ( $vars{cw}->children ) {
      next unless $child->is_dir;
    
    ...
      
    
    }
    
  5. or download this
    dyetya is /home/bob/2.scripts/pages/7.cw/template_stuff/crosswords/eug
    +ene
    base dir is eugene
    
  6. or download this
    sub print_aoa_utf8 {
      use warnings;
      use 5.011;
    ...
      }
      return $a;
    }