Help for this page

Select Code to Download


  1. or download this
    /root/perl5/perlbrew/perls/perl-5.24.1/lib/site_perl/5.24.1/RPerl/Data
    +Structure/Array.cpp:42:228: error: unable to find string literal oper
    +ator ‘operator"" INTEGER’
    In file included from /root/perl5/perlbrew/perls/perl-5.24.1/lib/site_
    +perl/5.24.1/rperltypes.h:13:0,
    ...
                     from /root/perl5/perlbrew/perls/perl-5.24.1/lib/site_
    +perl/5.24.1/RPerl.cpp:4,
                     from /root/perl5/perlbrew/perls/perl-5.24.1/lib/site_
    +perl/5.24.1/rperlstandalone.h:22,
                     from ./rperl_test2.cpp:6:
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    print 'have $foo = ', to_string($foo), "\n";
    print 'have $bar = ', to_string($bar), "\n";
    print 'have $baz = ', to_string($baz), "\n";