Help for this page

Select Code to Download


  1. or download this
    sub sub_pick_group_seg { my ($str) = @_;
      my $working=$str;
    ...
      }
      return ($working, @groups);
    }
    
  2. or download this
    my $arr= @group[$indx];
    print "---*--- " . join(",", keys(%$arr) ) . "<br>\n";
    print "--+ " . $$arr{name} . "<br>\n";
    
  3. or download this
    ---*--- value,name<br>
    Bad index while coercing array into hash at ./mod/subst.cgi line 65.