perl -d -e0
$d = 5;
$ref = \$d;
print $$ref;
| p x l s n c b d D f print ref |
print extended print (display data structure) list (can do range) step next continue break delete break point delete all break points switch back to file print display data type |
|---|
DB<1> foreach (1..3) { \
cont: print "$_\n"; \
cont: }