Help for this page

Select Code to Download


  1. or download this
    xcomment:
            <skip: qr/[ \t]*/> newline(0..) '<!--'
    ...
                ($text,$return) = main::parse_delimited($text,'<!--','-
    ++->');
                 $return = ['xcomment',$return];
            }
    
  2. or download this
    comment:
            <skip: qr/[ \t]*/> newline(0..) '/*'
    ...
                ($text,$return) = main::parse_delimited($text,'/*','*/');
                 $return = ['comment',$return];
            }
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
    World
    */
    
  4. or download this
    Argument "/*" isn't numeric in addition (+) at C:/Perl/site/lib/Parse/
    +RecDescent.pm line 2783, <DATA> line 1.
    Use of uninitialized value in substitution (s///) at (eval 15)[C:/Perl
    +/site/lib/Parse/RecDescent.pm:2618] line 22, <DATA> line 1.
    Use of uninitialized value in concatenation (.) or string at (eval 15)
    +[C:/Perl/site/lib/Parse/RecDescent.pm:2618] line 23, <DATA> line 1.
    Use of uninitialized value in substitution (s///) at (eval 15)[C:/Perl
    +/site/lib/Parse/RecDescent.pm:2618] line 23, <DATA> line 1.
    Use of uninitialized value in substitution (s///) at (eval 15)[C:/Perl
    +/site/lib/Parse/RecDescent.pm:2618] line 23, <DATA> line 1.