Pinned Loading
-
-
-
frank-earnhardt/myPerl
frank-earnhardt/myPerl PublicJust a place to hold a few perl scripts and learn GitHub
Perl
-
perl-fromARRAY.pl
perl-fromARRAY.pl 1sub fromARRAY {
2print " =============== FROM ARRAY ===============\n" if $DEBUG > 0;
3my @ARRAY = @_;
4if (scalar(@ARRAY) <= 0) {return;}
5my @RETURN;
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.