Help for this page
my @conditional_lines = <DATA>; my @all_lines = @conditional_lines; ... #my commented out line a standard line a line with a # comment at the end
while (<DATA>) { chomp(); ... #my commented out line a standard line a line with a # comment at the end