- or download this
use strict;
use warnings;
...
print $foo->list_params( 1 );
print $foo->list_params( $q );
- or download this
test.pl one=two red=blue red=herring bob= marley=bob
- or download this
$VAR1 = {
'one' => 'two',
...
'foo' => 'bar',
'baz' => 'Ovid'
};
- or download this
package Foo;
use strict;
...
$vals;
}
"Ovid";