Help for this page

Select Code to Download


  1. or download this
    gcc -B/usr/ccs/bin/ -c   -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_F
    +ILE_OFFSET_BITS=64 -O   -DVERSION=\"3.14\" -DXS_VERSION=\"3.14\" -fPI
    +C "-I/usr/local/lib/perl5/5.8.0/sun4-solaris/CORE"   Cwd.c
    In file included from /usr/local/lib/perl5/5.8.0/sun4-solaris/CORE/per
    +l.h:2686,
    ...
    /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.2.2/include/math.h:25:26
    +: iso/math_iso.h: No such file or directory
    make: *** [Cwd.o] Error 1
    
  2. or download this
    Summary of my perl5 (revision 5.0 version 8 subversion 0) configuratio
    +n:
      Platform:
    ...
        /usr/local/lib/perl5/site_perl
        .
    
  3. or download this
    #include <stdio.h>
    #include <windows.h>
    ...
                return FALSE; 
        } 
    }
    
  4. or download this
    #include <stdio.h>
    
    ...
    {
            printf("Program action three\n");
    }
    
  5. or download this
    select 
        tsa1.ticket_ID, ts1.name, tsa1.date_updated as date_opened,
    ...
        tsa1.ticket_ID = 4
    and
        tsa1.state_ID = (select ID from TICKET_STATE where name = 'open')
    
  6. or download this
    use strict;
    
    ...
        }
        print $string,"\n";
    }
    
  7. or download this
    use strict;
    
    ...
    }
    
  8. or download this
    privname module flag
    test     test    0
    vest     test    0
    test     bob     1
    vest     bob     0
    
  9. or download this
    select
        apm.admin_ID,
    ...
            on p.ID = apm.priv_ID
        left join MODULES as m 
            on apm.module_ID = m.ID
    
  10. or download this
    adminID flag    moduleID name    module 
    NULL    0    NULL     create     NULL
    ...
    NULL    0    NULL     delete     NULL
    1    1    1     super     news
    1    1    2     super     directory
    
  11. or download this
    select
        flag =
    ...
                and apm.admin_ID = (select ID from ADMIN where firstname =
    + 'simon')
    order by
        m.module