Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    
    ...
    
        print "EXAMPLE 2 VALUE:".Dumper($p_obj->value)."\n";
    }
    
  2. or download this
    Setting trace_terminals option
    Setting trace_values option
    Lexer "L0" accepted lexeme L1c1-2: '12'; value="12"
    ...
    Setting trace_values option
    Lexer "L0" accepted lexeme L1c1-2: '12'; value="12"
    EXAMPLE 2 VALUE:$VAR1 = undef;