Help for this page

Select Code to Download


  1. or download this
    use Devel::Peek;
    $! = 0;
    ...
    stat("non_existing_file");
    Dump($!);
    die "died at second stat" if -$!;
    
  2. or download this
    SV = PVMG(0x214d690) at 0x2124478
      REFCNT = 1
    ...
        MG_LEN = 1
        MG_PTR = 0x21242d0 "!"
    died at second stat at bug.pl line 9.