produces#!/usr/bin/env perl use strict; use warnings; use Data::Dumper; sub p { my %args = shift->%*; print Dumper \%args; } p({ cow => 'jump', over => 'moon' });
$VAR1 = { 'cow' => 'jump', 'over' => 'moon' };
In reply to Re: Can I rewrite this code?
by trippledubs
in thread Can I rewrite this code?
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |