- or download this
$ cat 7.cw1.pl
#!/usr/bin/perl -w
use 5.011;
...
__END__
$
- or download this
$ cat .bash_aliases
alias pt='perltidy -i=2 -b '
- 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
$
- or download this
foreach my $child ( $vars{cw}->children ) {
next unless $child->is_dir;
...
}
- or download this
dyetya is /home/bob/2.scripts/pages/7.cw/template_stuff/crosswords/eug
+ene
base dir is eugene
- or download this
sub print_aoa_utf8 {
use warnings;
use 5.011;
...
}
return $a;
}