Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi all,
I am a newbie trying to use the Perl for all kinds of Text Processing
Many a times, i come across the need for using the matched memory variable ($1, $2, $3, ...) dynamically. i.e. ${$i} where $i = 1,2,3,...
This doesnt works when i use the strict package, i.e. use strict;
Please explain me abt the problem that i am doing while using strict
Thanx in advance
Cheers
- Sampath
|
|---|