#!/usr/bin/perl -w use strict; my @array = qw( b d c a e g f ); print shift @{[ sort @array ]};
In reply to Re: Type of arg 1 to shift must be array (not sort)
by eff_i_g
in thread Type of arg 1 to shift must be array (not sort)
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |