info("Versuch 1"); my $restore = "su - $orauser -c 'brrestore –m full –b $backup –r /tmp/init${SSID}.utl'"; info("$restore"); my $restore2 = 'brrestore –m full –b ' . $backup . ' –r /tmp/init' . ${SSID} . '.utl'; my $su = "su - $orauser -c"; info("Versuch 2"); info($su ." '" .$restore2."'"); system $restore; system ($su ." '" .$restore2."'");