- or download this
use Parse::RecDescent;
use vars qw(@lines $curline %stash);
...
last if $curline>$#lines;
$curline++;
}
- or download this
5 print "This "
10 print "is "
15 print "a "
20 print "test"
25 goto 5
- or download this
5 a$ = "This is a string"
10 print a$
15 b = 35
20 print b