Help for this page

Select Code to Download


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