funktion(); # ... funktion($wert1,$wert2); # ... if($bedingung) { funktion($wert); } # ... sub funktion { # ... }