Hello Bill et al,
 
i was trying to keep track of the logfiles that my programmers make and wanted to create array variables on runtime.
 
i wanted to search for a string like XXX and am noting down the count in a $cnt variable.
 
eg. $filebuf =~ s{XXX}{$cnt++; ""}ge;
 
i wanted to have array variables created on the basis of this count ...
something like @array_1, @array_2, @array_3 and so on till the last value of $cnt ...
 
how do i create these variables at runtime??
Any suggestions/advise are most welcome ...
 
Regards,
Ukhas


Get your own web address for just $1.99/1st yr. We'll help. Yahoo! Small Business.
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to