R
rajesh
what is the meaning of
LINE:
for(;
{
statements;
last LINE if $foo;
next LINE if /^#/;
statemetns;
}
my doubt is what is this /^#/ represents?
I will be so thankful for clearing my doubt
SIva Rajesh
LINE:
for(;
statements;
last LINE if $foo;
next LINE if /^#/;
statemetns;
}
my doubt is what is this /^#/ represents?
I will be so thankful for clearing my doubt
SIva Rajesh