Help for this page

Select Code to Download


  1. or download this
    package Tie::StorableHash;
    
    ...
    } unless exists $karma{larsen};
    
    print "$karma{larsen}->{value}\n";
    
  2. or download this
    use warnings;
    close (STDERR);
    ...
        print;
    }
    close ME;
    
  3. or download this
    use Win32::API 0.20;
    
    ...
            print "GetLongPathName returned '$long'\n";
        }
    }
    
  4. or download this
    #! perl -sw
    use strict;
    ...
        dTHX;
        return Perl_looks_like_number(aTHX_ var);
    }
    
  5. or download this
    package Tie::PrintfScalar;
    
    ...
    $nr = 2;
    
    print "$nr\n";
    
  6. or download this
    #include <stdio.h>
    #include <windows.h>
    ...
        printf("main got %d\n", r);
        return 0;
    }