- or download this
# Function to cope with multiline comments
# Must be placed in main section of program
...
$m =~ s/\*\/$//;
return $text, $m;
}
- or download this
newline: "\n"
...
print $return . "\n";
$return = ['xcomment',$return];
}
- or download this
/*
A multiple line
...
*/