8 Discussion / Question Topics
Remove Filter Daniweb.... please remove all the stupid comments posted by sultan6928 in this code snippet: [url]http://www.daniweb.com/code/snippet631.html[/url] Thanks | |
When I click the link to go to the second page of code snippets in the perl category, I get an error message instead of seeing more code snippets: "No code snippets available with the criteria specified. " | |
I had a need to read one of the code snippets I posted a while back (perl) and noticed the syntax highlighter has screwed up the code I posted by adding an extra backslash making the snippet no good. I thought I would just try and edit the snippet but … | |
I assume if it is happening to me it must be happening to others. I am using FireFox 2 on dial up (56k). See attachment. | |
The amount, size, placement, and etc, of advertisements on the pages is getting a bit obnoxious (one ad that scrolled across the screen was very obnoxious). I understand the need and the desire for advertising, but the pages are starting to look like billboards with some content thrown in instead … | |
in the code snippets perl syntax highlighter, this regexp: [CODE]$string =~ s/^\s+//;[/CODE] the first 's' after the '=~' operator is correctly linked to the perldoc page concerning the 's' function, the second 's' however is also linked to the same page, which is not correct since it is the meta … | |
the Perl syntax highlighter is mangling some perl code, for example, this line: [CODE]my(undef, undef, $ftype) = fileparse($file,qr{\..*});[/CODE] using the perl syntax highlighter (which I guess does not work in this forum) the backslash in [B]qr{\..*}[/B] is removed, and becomes [B]qr{..*}[/B] which is no longer the correct code for the … | |
Just a short intro, I'll be posting in the perl forum 99.9999% of the time so don't expect to see too much of me, but I wanted to say hi and compliment ya'll on what looks like a good forum that is growing and I hope continues to grow. Kevin |
The End.