phil schreef: > Ok so here's the deal...I have the following: > $var = 123; > GetOptions( 'v|var=n' => \$var); > %xyz = ( > type1 => { ABC => "after zero comes $var", }, > [...]
Maybe this will help: type1 => { ABC => ['after zero comes', \$var ] }, -- Affijn, Ruud "Gewoon is een tijger." -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/