Help for this page
#!/usr/bin/env perl use strict; ... my $sescap_string = 'I am a \ escaped \' \'string'; # and some comment +s; my $empty_d =""; my $empty_s ='';
[Strings] " #I am not a comment, because I am quoted" ... # # "I am not a string" . 'because I am inside a comment' # and some comments; # and some comments;