Help for this page

Select Code to Download


  1. or download this
    sub define_var_and_print_it {
      my $xyz = "hello";
      print_var_with_err("\$xyz", "\$xyz");
    }