8 Discussion / Question Topics

Remove Filter
Member Avatar for KevinADC

Daniweb.... please remove all the stupid comments posted by sultan6928 in this code snippet: [url]http://www.daniweb.com/code/snippet631.html[/url] Thanks

Member Avatar for Dani
0
94
Member Avatar for KevinADC

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. "

Member Avatar for KevinADC
0
70
Member Avatar for KevinADC

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 …

Member Avatar for KevinADC
0
164
Member Avatar for KevinADC

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.

Member Avatar for MidiMagic
0
496
Member Avatar for KevinADC

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 …

Member Avatar for Dani
0
582
Member Avatar for KevinADC

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 …

Member Avatar for Dani
0
121
Member Avatar for KevinADC

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 …

Member Avatar for Dani
0
784
Member Avatar for KevinADC

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

Member Avatar for Dani
0
46

The End.