Help for this page

Select Code to Download


  1. or download this
     
    $wml = defined(%stores) ? (join "<br/>\n",map("<a href='$params{URL}/o
    +p?optin&amp;store=$_'>$stores{$_}->{'store_t_address'}</a>" , keys %s
    +tores) ):"Pas de résultat<br/><br/>" ;
    
  2. or download this
    if (defined(%stores)) {
      my @param = map("<a href='$params{URL}/op?optin&amp;store=$_'>$store
    +s{$_}->{'store_t_address'}</a>" , keys %stores)
    ...
    } else {
      $wml = "Pas de résultat<br/><br/>";
    }