- or download this
push (my @hexnum, $hexnum);
@hexnum = split ( ' ', $hexnum );
- or download this
$_ = <STDIN>;
@hexnum = split;
- or download this
sub go {
my @esns = @_;
...
}
- or download this
use English;
...
} continue {
print STDERR $prompt if $prompt;
}