Help for this page

Select Code to Download


  1. or download this
    #print first letter of Hebrew alphabet (aleph)
    my $ch=chr(0x5D0); print STDERR "$ch\n";
    
  2. or download this
       Debian (Lenny)
       system perl (5.10.0)
       xterm version: XTerm(235)
       bash: GNU bash, version 3.2.39(1)-release (i486-pc-linux-gnu)
    
  3. or download this
    use strict;
    use warnings;
    ...
    # truncated, and script is not merely aborting
    END { warn "Ah...dead\n"; }
    END { warn "I'm dying :-( \n" }
    
  4. or download this
    SV = PV(0x817c6d0) at 0x8197e90
      REFCNT = 1
    ...
    I really did. I really did.
    I'm dying :-( 
    Ah...dead
    
  5. or download this
    SV = PV(0x817c6d0) at 0x8197e90
      REFCNT = 1
    ...
    I really did. I really did.
    I'm dying :-( 
    Ah...dead
    
  6. or download this
    $ perl myscript.pl
    SV = PV(0x817c6d0) at 0x8197e90
    ...
    layers for STDERR: unix perlio
    Wide character in print at Monks/Foo.pm line 916.
    $
    
  7. or download this
    $ perl myscript.pl
    SV = PV(0x817c6d0) at 0x8197e90
    ...
      LEN = 4
    layers for STDERR: unix perlio utf8
    $