diff options
-rw-r--r-- | template/perl/snip-new.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/template/perl/snip-new.pl b/template/perl/snip-new.pl index 1f987d8..0a6ef66 100644 --- a/template/perl/snip-new.pl +++ b/template/perl/snip-new.pl @@ -3,3 +3,4 @@ sub new { return bless { @_ } , ref $class || $class; } +{{_cursor_}} |