The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
function ( hmpf ) {
	var argh = 'blah blubb';
	var y = 3;
	alert( argh );
	var x = 1;//@a  
	var x = hmpf;/*@ abcd
var x = 1;@*/ abcd
/*a*/  
/*
blah
*/
	var z = $H();  // comment
};
// another comment
/*@ abcd
var x = 1;@*/