in reply to hash n' params
which IMHO looks nicer. You're explicitly allowed to use barewords on the left hand side of a =>, even if "use strict" is in force.my %exec = ( html2ps => '/usr/bin/html2ps', ps2pdf => '/usr/bin/ps2pdf', html2text => '~/perl/html2text' );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re (tilly) 2: hash n' params
by tilly (Archbishop) on Apr 08, 2001 at 00:02 UTC |