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