Click here to Skip to main content
15,922,419 members
Home / Discussions / Web Development
   

Web Development

 
GeneralDomain Whois Box Pin
-- NA --11-Jul-03 2:51
-- NA --11-Jul-03 2:51 
GeneralRe: Domain Whois Box Pin
Nino_111-Jul-03 21:12
Nino_111-Jul-03 21:12 
GeneralRe: Domain Whois Box Pin
-- NA --11-Jul-03 21:35
-- NA --11-Jul-03 21:35 
GeneralRe: Domain Whois Box Pin
-- NA --12-Jul-03 0:04
-- NA --12-Jul-03 0:04 
GeneralRe: Domain Whois Box Pin
Nino_112-Jul-03 6:20
Nino_112-Jul-03 6:20 
GeneralRe: Domain Whois Box Pin
-- NA --12-Jul-03 9:42
-- NA --12-Jul-03 9:42 
Generalneed help with arrays in Perl Pin
lnong10-Jul-03 11:14
lnong10-Jul-03 11:14 
GeneralRe: need help with arrays in Perl Pin
ZoogieZork10-Jul-03 14:23
ZoogieZork10-Jul-03 14:23 
(Assuming that @arrayOfArrays is still in the scope):

<br />
$arrayOfArrays[4] = [ @{$arrayOfArrays[4]}, "2ndString" ];<br />


Basically, @{$arrayOfArrays[4]} dereferences the arrayref, then the [] creates a new arrayref using the contents of @{$arrayOfArrays[4]} and "2ndString".

- Mike
GeneralRe: need help with arrays in Perl Pin
ZoogieZork10-Jul-03 14:30
ZoogieZork10-Jul-03 14:30 
GeneralISAPI Filter Pin
ethayer10-Jul-03 3:03
ethayer10-Jul-03 3:03 
GeneralRe: ISAPI Filter Pin
Heath Stewart10-Jul-03 3:26
protectorHeath Stewart10-Jul-03 3:26 
QuestionHow add Custom Web Control at run time Pin
Ather Ali Shaikh9-Jul-03 22:34
professionalAther Ali Shaikh9-Jul-03 22:34 
GeneralCSS with input elements Pin
Hesham Amin9-Jul-03 22:18
Hesham Amin9-Jul-03 22:18 
GeneralRe: CSS with input elements Pin
Heath Stewart10-Jul-03 3:29
protectorHeath Stewart10-Jul-03 3:29 
GeneralRe: CSS with input elements Pin
Bjoern Graf10-Jul-03 6:58
Bjoern Graf10-Jul-03 6:58 
GeneralCannot update asp3.0 , mdb Pin
Hesham Amin8-Jul-03 22:42
Hesham Amin8-Jul-03 22:42 
GeneralRe: Cannot update asp3.0 , mdb Pin
Roger Wright8-Jul-03 23:03
professionalRoger Wright8-Jul-03 23:03 
GeneralSolved !! Pin
Hesham Amin9-Jul-03 1:35
Hesham Amin9-Jul-03 1:35 
GeneralRe: Solved !! Pin
Roger Wright9-Jul-03 6:17
professionalRoger Wright9-Jul-03 6:17 
Generalonfiltered event Pin
Firas Rashid8-Jul-03 22:37
Firas Rashid8-Jul-03 22:37 
GeneralRe: onfiltered event Pin
-- NA --13-Jul-03 4:04
-- NA --13-Jul-03 4:04 
GeneralProgrammatically adding multiple functions to one event handler (JS) Pin
Domenic Denicola8-Jul-03 10:49
Domenic Denicola8-Jul-03 10:49 
GeneralRe: Programmatically adding multiple functions to one event handler (JS) Pin
basementman9-Jul-03 9:57
basementman9-Jul-03 9:57 
GeneralRe: Programmatically adding multiple functions to one event handler (JS) Pin
Bjoern Graf9-Jul-03 18:33
Bjoern Graf9-Jul-03 18:33 
GeneralNeed help with HTML tags ... I think Pin
David Chamberlain8-Jul-03 10:16
David Chamberlain8-Jul-03 10:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.