my @args = ( 'p455w0rD', '5a1T' ); my $crypt = crypt( @args ); # crypt is prototyped as sub ($$) crypt;