- or download this
#! perl
use strict;
...
my ($comment) = $select =~ / ( -- [^']+ ) $ /x;
print $comment, "\n" if $comment;
}
- or download this
--This is a comment
--But this is
- or download this
#! perl
use strict;
...
print substr($select, $i), "\n";
}
}
- or download this
--This is a comment
--But this is
-- a 'useful comment' goes here?
-- comment with 'a' quote
-- comment with 'a --' comment