Drop unnecessary quoting of hash keys, prefer interpolation to dot concatenation. This, less noisy:print redirect($scripts->{'musing'}->{'script'} . '?musing_id=' . $musing_id);
print redirect("$scripts->{musing}{script}?musing_id=$musing_id");
In reply to Re: How's My Style Now?
by YuckFoo
in thread How's My Style Now?
by Spenser
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |