1 # This is the start of the code where we set up stuff 2 my $frob = 'gibber'; 3 my $handle = 'hum'; #### 4 # Start doing the real work 5 do_the_real_work($frob, $handle); #### insert code here
## 4 # Start doing the real work 5 do_the_real_work($frob, $handle); ##
## insert code here