Changeset 3961 for src/perl5

Show
Ignore:
Timestamp:
05/27/05 05:22:52 (4 years ago)
Author:
autrijus
svk:copy_cache_prev:
5515
Message:

* Perl 5 Array and Hash are now accessible from Perl 6.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/perl5/perl5.c

    r3960 r3961  
    279279    PUTBACK; 
    280280 
     281    if (SvTRUE(ERRSV)) { 
     282        STRLEN n_a; 
     283        fprintf(stderr, "Error eval perl5: \"%s\"\n*** %s\n", code, SvPV(ERRSV,n_a)); 
     284    } 
    281285 
    282286    FREETMPS;