Help for this page

Select Code to Download


  1. or download this
    package LoadProperties;
    use SharedVariable qw (%ARTICLE)
    
  2. or download this
    $fabricant = $lp->loadFabricantProperties($ARTICLE{'marque'},'',$value
    +);
    
  3. or download this
    package SharedVariable;
    
    ...
        @SharedVariable::EXPORT_OK   =  qw ($session_dir $page $action $di
    +r $dirLang $dirError $imgdir $session_id $can_do_gzip $current_ip $la
    +ng $LANG %ARTICLE %SESSION %SERVER %USER $CGISESSID %LABEL %ERROR %VA
    +LUE $COMMANDID %COMMAND %DATE %PAYPALL $INDEX %LINK  $query $session 
    +$host $t0  $client);  
      }
    1;
    
  4. or download this
    sub getLastEnchereurDetail {
        local our $string;local our $article = $query->param("article");
    ...
        return $string;
    }