Thread Syntax-Problem mit Hash (6 answers)
Opened by tschloss at 2008-11-27 16:42

MatthiasW
 2008-11-27 17:51
#116667 #116667
User since
2008-01-27
367 Artikel
BenutzerIn
[default_avatar]
tschloss+2008-11-27 15:42:09--
/edit: Is this really an anonymous hash or is this just a series of 6 literal string values as a normal parameter list?? Or ist presentation internally the same (can't beleive it).

Lediglich 6 Strings.

Um die Reihenfolge wie von dem Modul verlangt beizubehalten, kannst du folgendes verwenden:
Code (perl): (dl )
$res2 = $sforce->update( map{$_=>$opp{$_}}qw/type id closedate/ );

MfG
perl -E'*==*",s;;%ENV=~m,..$,,$&+42;e,$==f;$"++for+ab..an;@"=qw,u t,,print+chr;sub f{split}say"@{=} me"'

View full thread Syntax-Problem mit Hash