Help for this page

Select Code to Download


  1. or download this
    my $combined = join ' ', grep $_, map { my $value = eval "\$$_"; $valu
    +e ? sprintf("%s=%s", $_, $value) :  undef } ( 'a' .. 'z' );
    
  2. or download this
      my $x = 3;
      print f($x);  # 'x'