I get error Not enough arguments for crypt, it's because of prototypes right? I try workaroundperl -w print crypt( (time) x 2);
but get Undefined subroutine &main::crypt. What do I do?perl -w print &crypt( (time) x 2);
In reply to crypt prototype and ( time ) x 2 by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |