Skip to content Skip to sidebar Skip to footer
Showing posts with the label Perl

How To Automate Login With A Webapp?

I'm trying to log into a (what I assume to be a) webapp and I get stuck trying to log into the … Read more How To Automate Login With A Webapp?

Regex With $ Anchor And Look Ahead

/ab(?=.{1})$/g doesn't match 'abdabd' or anything else It's the anchor $ that is tr… Read more Regex With $ Anchor And Look Ahead

Markdown -> Showdown Bug In Detab Regex?

I'm looking at Gruber's original Markdown implementation here and the Showdown implementati… Read more Markdown -> Showdown Bug In Detab Regex?

Jquery Elements Not Getting Passed To Perl Cgi

I have a html pg which has got two forms and upon submit its calling a perl script. But in the scri… Read more Jquery Elements Not Getting Passed To Perl Cgi

Include Javascript In Perl-cgi Generated Page

I was trying to add a java-script to a page which is generated on the fly. I tried this, but it see… Read more Include Javascript In Perl-cgi Generated Page

How To Pass A Variable Value From Javascript To Perl

I'm using a JavaScript plugin to get the IP address. If the IP address starts with 10.15 I want… Read more How To Pass A Variable Value From Javascript To Perl