代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/103096/15745952
gif pl.gif
www.eeworm.com/read/103072/15747090
blog-pl
www.eeworm.com/read/103072/15747099
cronman-pl
#!/bin/sh
cd cron-pl
touch ../data/learned
for i in *; do
LEARNED=`grep -F "[$i]" ../data/learned`
if [ ! "$LEARNED" = "" ]; then
echo "[*] Already searched for $i"
rm -f "$i"
cont
www.eeworm.com/read/101671/15822380
pl attqt.pl
#!/usr/bin/perl
# attqt.pl 0.1 by Aidan O'Kelly July 2001
#Send banned attachments through SMTP gateways, this works because MS Outlook removes illegal
#charachters in filenames. So when you put
www.eeworm.com/read/101671/15822387
pl sr.pl
Hi.
Checkpoint Firewall-1 makes use of a piece of software called SecureRemote
to create encrypted sessions between users and FW-1 modules. Before remote
users are able to communicate with internal h
www.eeworm.com/read/101671/15822389
pl squidmap.pl
#!/usr/bin/perl
#
# Squid can be used to proxy and also portscan
# if set up as a httpd accelerator (reverse proxy).
#
# Affected: Redhat 7.0
# Author: Paul Nasrat
www.eeworm.com/read/101669/15822437
pl webcache.pl
#########################################################################
#
# Proof-of-concept exploit for Oracle9iAS Web Cache/2.0.0.1.0
# Creates the file c:\defcom.iyd
# By andreas@defcom.com (C)20
www.eeworm.com/read/101558/15825620
gif pl.gif
www.eeworm.com/read/101131/15849792
pl game.pl
#!/usr/bin/perl -w
# This is an example of a perl module that is run from inside BUILD.
#
# Written by Ryan C. Gordon. (icculus@clutteredmind.org)
#
# Please do NOT harrass Ken Silverman about any c
www.eeworm.com/read/100710/15866554
pl sock.pl
#!/usr/bin/perl
use IO::Socket;
use strict;
$|=1;
my $response;
my $sockname = $ARGV[0] || die "Usage: $0 \n";
print "INPUT PATH (FILENAME) TO SCAN: ";
my $path = ;
#$path =~