{     if ($inidaten=~/Backuppfad\=/i)         {         $helper=index($inidaten,"backuppfad\=")+12;         $pfad=substr($inidaten,$helper);            chomp($pfad);         print "$pfad";                             }     elsif ($inidaten=~/remoteport\=/i)        {        $helper=index($inidaten,"remoteport\=")+11;        $remoteport=substr($inidaten,$helper);            chomp($remoteport);                              }    elsif ($inidaten=~/remotehost\=/i) ...