Cari di Perl 
    Perl User Manual
Daftar Isi
(Sebelumnya) Functions eqFunctions __FILE__ (Berikutnya)
Perl Functions A-Z

Functions evalbytes

Daftar Isi

  • evalbytes EXPR

  • evalbytes

    This function is like eval with a string argument, except it alwaysparses its argument, or $_ if EXPR is omitted, as a string of bytes. Astring containing characters whose ordinal value exceeds 255 results in anerror. Source filters activated within the evaluated code apply to thecode itself.

    This function is only available under the evalbytes feature, ause v5.16 (or higher) declaration, or with a CORE:: prefix. Seefeature for more information.

 
Source : perldoc.perl.org - Official documentation for the Perl programming language
Site maintained by Jon Allen (JJ)     See the project page for more details
Documentation maintained by the Perl 5 Porters
(Sebelumnya) Functions eqFunctions __FILE__ (Berikutnya)