Help for this page
... #my $debug = "true"; print "Let's start\n" if $debug; ...
#!/usr/bin/perl ... ... print "Let's start\n" if DEBUG; ...