in reply to Re: Concatnate long statementin thread Concatnate long statement
my %args = shift;
?
Ah yes, my freeform entry technique sometimes fails me:
sub_call(\%args); sub sub_call { my $arg_of = shift; } [download]
Using a HASHREF makes so much more sense as well.