Help for this page

Select Code to Download


  1. or download this
    for ($i=0; $i<@vars; $i++)
    { print $var[$i]{num}, '||', $var[$i]{txt}, "\n"; }
    
  2. or download this
    foreach (@vars) {
    { print $_->{num}, '||', $_->{txt}, "\n"; }