Help for this page

Select Code to Download


  1. or download this
    my $str = 'params.$idx.arg';
    
  2. or download this
    for my $idx (0..10) {
        &do_something($str);
    }