- or download this
data1;
if(some condition1 = 1) then
...
if (some condition2 = 0) then
read this data 6;
end if;
- or download this
read this data 3;
read data 4;
read this data 6;
- or download this
open(WORDLIST, <*.doc>);
while(<WORDLIST>)
...
else{}
}
open(WORDLIST);