Eternius: paramterübergabe

Beitrag lesen

Hallo,

#!/usr/bin/perl
print $ARGV[0] if $ARGV[0];
print $ARGV[1] if $ARGV[1];

gruss

--
no strict;
no warnings;
Zucker ist das, was dem Kaffee den schlechten Geschmack gibt, wenn man es nicht hineintut.