Help for this page

Select Code to Download


  1. or download this
    use Fatal "open";
    
    ...
    --> dies with:
    Can't open(GLOB(0x65ea40), <:raw, SCALAR(0x65eaa0)): No such file or d
    +irectory at (eval 1) line 3
            main::__ANON__('GLOB(0x65ea40)', '<:raw', 'SCALAR(0x65eaa0)') 
    +called at ./openstr.pl line 5
    
  2. or download this
    open my $fh, "<", \"foo";
    binmode $fh, ":raw";
    ...
    
    --> prints:
    foo