Help for this page
#!/usr/bin/perl -w ... while (my $a = shift @a) { print "Deleted value: $a\n"; }
@a = ( );