Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    };
    
    Dump($hash)->Names('$hash')->Out;
    
  2. or download this
    use strict;
    use warnings;
    ...
    print "var1 = $var1\n";
    $hash->{subs}[1]->();
    print "var1 = $var1\n";