- or download this
$a_test="1";
$b_test="the RTE";
- or download this
$start=1;
while (index($text,'$',$start) > 0)
{
...
$start = $blank += 1;
print " result: ${(substr($w,1,length($w)-1))}\n";
}
- or download this
${(substr($text,0,4))}=substr($text,5,length($text)-5);
print " output: $titl\n";