sub add_module
{
my($tempposition,$name,@variables) = @_;
my $mdl_output;
do "$name.mdl";
if ($mdl_output=&ModulAdd(@variables))
{
$html_write{$tempposition}="$html_write{$tempposition}$mdl_output";
}
undef &ModulAdd;
my $length=length($mdl_output);
}
:
:.. Roman Fordinal
:.: [EMAIL PROTECTED]
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
- Re:What's wrong with this? Jeff 'japhy' Pinyan
- Re: Re:What's wrong with this? Jorge Goncalvez
- Re: Re:What's wrong with this? Jorge Goncalvez
- Re: Re:What's wrong with this? Jorge Goncalvez
- RE: What's wrong with this? Timothy Johnson
- RE: What's wrong with this? Nikola Janceski
- Re:What's wrong with this? Jorge Goncalvez
- Re:What's wrong with this? Jonathan E. Paton
- Re: What's wrong with this? Jan Gruber
- Re: it is bad? Roman Fordinal
- Re: it is bad? Jonathan E. Paton
