Help for this page

Select Code to Download


  1. or download this
    while ($in{$modContactTitle} =~ /[\s]+$/)
      {
      chop($in{$modContactTitle});
      }
    
  2. or download this
    $in{$modContactTitle} =~ s/[\s]+$//;<br>
    # yes the '[]' aren't necessary, but are  helpful
    
  3. or download this
    [0-9]
    
  4. or download this
    and are you sure you want '1' and not $[ in:
    @array = (split " ", $sites);
      print $array[1];
    if ($array[1] == 7)
      { ...