Re: HTML Anchor in CGI

2003-10-17 Thread Andy
> If I want to validate certain IP Address range > say in an IP Address range of : "15.70.186.15-100", > here where 15.70.186 is the network id and 15-100 is > the host id. I want to discover all IP Addresses that > fall in between 15.86.70.15 - 15.70.186.100 . > what regexp do i need to use ? Do

Re: HTML Anchor in CGI

2003-10-17 Thread Andy
You should choose http://server/.../script.pl?key=value#ancor. Do play with this: http://webcode.ru/cgi-bin/test/ancor/main.pl?value=test#5 -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: HTML Anchor in CGI

2003-10-17 Thread Sergei Krivov
http://server/cgi-bin/myscript.pl?id=value#myahchor is the way anchors are explained in CGI Programming with Perl by Shishir Gundavaram et al. It is not a good idea that you put suffix to your script (myscript.pl). Reciently there was a discussion in this form. According to Randal indi