Help for this page

Select Code to Download


  1. or download this
    for my$scalar(1..10){print"$scalar"."txt";}
    
  2. or download this
    for my $scalar (1..10) {
       print"$scalar"."txt";
    }
    
  3. or download this
    (defun my-indent-block ()
      "reindent surroundig expression"
    ...
       )
     )
    
  4. or download this
    my $a           =  {
             a      => 1,
    ...
                  c => 3,
                 }
            };