jbertramIch möchte die Ausgabe von $ perl -v > @array realisieren.
perl -v | perl -e '@array = <>; print $array[1]'