- 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
- or download this
Summary of my perl5 (revision 5.0 version 8 subversion 0) configuratio
+n:
Platform:
...
/usr/local/lib/perl5/site_perl
.
- or download this
#include <stdio.h>
#include <windows.h>
...
return FALSE;
}
}
- or download this
#include <stdio.h>
...
{
printf("Program action three\n");
}
- 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')
- or download this
use strict;
...
}
print $string,"\n";
}
- or download this
use strict;
...
}
- or download this
privname module flag
test test 0
vest test 0
test bob 1
vest bob 0
- or download this
select
apm.admin_ID,
...
on p.ID = apm.priv_ID
left join MODULES as m
on apm.module_ID = m.ID
- 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
- or download this
select
flag =
...
and apm.admin_ID = (select ID from ADMIN where firstname =
+ 'simon')
order by
m.module