Help for this page

Select Code to Download


  1. or download this
    $ perl -MCSelTest -MData::Dump -E 'dd CSelTest::parse(q{ [attr] })'
    
  2. or download this
    Perl v5.20.0 required--this is only v5.18.0, stopped at CSelTest.pm li
    +ne 3.
    BEGIN failed--compilation aborted at CSelTest.pm line 3.
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    
  3. or download this
    panic: memory wrap at CSelTest.pm line 107.
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    
  4. or download this
    Switch (?(condition)... not terminated in regex; marked by <-- HERE in
    + m/
              (?&ATTR_SELECTOR) (?{ $_ = $^R->[1] })
    ...
       <-- HERE / at CSelTest.pm line 107.
    Compilation failed in require.
    BEGIN failed--compilation aborted.
    
  5. or download this
    % perl -I. -Ilib -MCSelTest -MData::Dump -E'dd( CSelTest::parse_csel(q
    +{ [attr=1] }) )'
    [[{ name => "attr" }], "eq", 1]
    
  6. or download this
    % perl -I. -Ilib -MCSelTest -MData::Dump -E'dd( CSelTest::parse_csel(q
    +{ [attr=1] }) )'
    [[{ name => "attr" }], "=", 1]