Çѱ¹¾î Perl ´º½º ±×·ì
-=item L<http://seoul.pm.org/>
-
- Perl ¸Á°Å½º (¼¿ï)
-
=item L<http://www.perlmania.or.kr/>
Home for Korean Perlmanias
#
# fullpath - use full paths in TAGS (default: relative to the root)
#
-# (IZ: to be a happier jumper: install 'imenu-go.el' from
-# ftp://ftp.math.ohio-state.edu/pub/users/ilya/emacs.)
-#
# (Some tags should probably live in their own subdirs, like those in x2p/,
# but I have never been interested in x2p anyway.)
#
esac
# setre?[ug]id() have been replaced by the _POSIX_SAVED_IDS versions.
-# See <A HREF="http://www.bsdi.com/bsdi-man?setuid">http://www.bsdi.com/bsdi-man?setuid</A>(2)
+# See man 2 setuid
d_setregid='undef'
d_setreuid='undef'
d_setrgid='undef'
case "`uname -s`" in
# Without the -mabi=64 gcc in 64-bit IRIX has problems passing
# and returning small structures. This affects inet_*() and semctl().
- # See http://reality.sgi.com/ariel/freeware/gcc-2.8.1-notes.html
+ # See http://groups.google.com/group/comp.sys.sgi.admin/msg/3ad8353bc4ce3cb0
# for more information. Reported by Lionel Cons <lionel.cons@cern.ch>.
IRIX64) ccflags="$ccflags -mabi=64"
ldflags="$ldflags -mabi=64 -L/usr/lib64"
want_dbm='yes' # use dbm if can find library in /usr/local/lib
want_gdbm='yes' # use gdbm if can find library in /usr/local/lib
want_udk70='' # link with old static libc pieces
- # link with udk70 if building on 7.1 abd want resulting binary
+ # link with udk70 if building on 7.1 and want resulting binary
# to run on uw7.0* - it will link in referenced static symbols
# of libc that are (now) in the shared libc.so on 7.1 but were
# not there in 7.0.
# There are still scenarios where this is still insufficient so
# overall it is preferable to get ptf7051e
# ftp://ftp.sco.com/SLS/ptf7051e.Z
- # installed on any/all 7.0 systems and leave the above unset.
+ # installed on any/all 7.0 systems and leave the above unset
+ # (sadly this is unavailable as of 2009-08-03)
if [ "$want_ucb" ] ; then
ldflags= '-L/usr/ucblib'
regexp tries to match where the previous one leaves off.
$_ = <<'EOL';
- $url = URI::URL->new( "http://www/" ); die if $url eq "xXx";
+ $url = URI::URL->new( "http://example.com/" ); die if $url eq "xXx";
EOL
LOOP:
{
it's still easy to get the contents of a document:
use LWP::Simple;
- $doc = get('http://www.linpro.no/lwp/');
+ $doc = get('http://www.cpan.org/');
=head2 Binary Files
=item *
The EMX environment for DOS, OS/2, etc. emx@iaehv.nl,
-http://www.leo.org/pub/comp/os/os2/leo/gnu/emx+gcc/index.html or
ftp://hobbes.nmsu.edu/pub/os2/dev/emx/ Also L<perlos2>.
=item *
=item *
-The MacPerl Pages, http://www.macperl.com/ .
-
-=item *
-
The MacPerl mailing lists, http://lists.perl.org/ .
=item *