Help for this page

Select Code to Download


  1. or download this
    my $x = 10;
    $x = '2' . $x;
    print $x + 0;
    
  2. or download this
    require Data::Dumper;
    print Dumper(\%call_info);