Help for this page

Select Code to Download


  1. or download this
    foreach my $counterVar ( 1 .. 5 ) {
       $foo = "string" . $counterVar;
    }
    
  2. or download this
       [% SET FOO = 'string' _$n %]