Help for this page

Select Code to Download


  1. or download this
    (cperl-mode)
    (indent-region 0 (buffer-size)  nil)
    (save-buffer)
    
  2. or download this
    > emacs -batch try.pl -l .emacs -l perl-indent.el
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    for (1) { print "emacs rules"; }
    
    while (1) { print " ... at least in viper mode\n"; }
    
  4. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    while (1) {
        print " ... at least in viper mode\n";
    }