代码搜索:如何学习 PL?
找到约 10,000 项符合「如何学习 PL?」的源代码
代码结果 10,000
www.eeworm.com/read/167964/9943917
gif pl.gif
www.eeworm.com/read/167822/9951436
pl genimages.pl
#!/usr/bin/perl -w
# $Id: genimages.pl,v 1.7 2000/04/24 14:51:28 marijn Exp $
# This script generates the images that go along with the AIRTRAFFIC program.
# POVRAY and Imagemagick (convert) needed fo
www.eeworm.com/read/167585/9959733
pl resolver.pl
#!/usr/bin/perl
# IP address resolver for Boa
# If you want an "in place" change to the log file,
# change the first line to
#!/usr/local/bin/perl -i.bak
# Otherwise, send the output of this
www.eeworm.com/read/167585/9959800
pl webindex.pl
#!/usr/bin/perl
# webindex, a world wide web directory generating program
# Copyright (C) 1997 Larry Doolittle
#
# This program is free software; you can redistribute it
www.eeworm.com/read/167444/9968711
pl grep.pl
#!/usr/bin/perl
system "rm -r result_file";
open(filename,"@ARGV[0]") || die "can't open the file";
system "mkdir result_file";
open(file3,">>./result_file/final_result") || die " the file is mi
www.eeworm.com/read/362900/9977074
pl preproc.pl
#!/usr/bin/perl -w
my $amcode = 0;
while () {
if ($amcode && /^(\\end\{comment\}|\\end\{verbatim\})$/) {
$amcode = 0
} elsif ($amcode) {
print $_;
} elsif (/^(\\begin\{comment\}|\\be
www.eeworm.com/read/362686/9987072
pl template.pl
#!/usr/bin/perl
use strict;
use warnings;
print "Hello, World...\n";
^!
www.eeworm.com/read/166876/9991783
pl conversion.pl
#! /usr/bin/perl
#
#
# Copyright [C] The Regents of the University of Michigan and Merit Network,
# Inc. 1993, 1994, 1995, 1996, 1997, 1998 All Rights Reserved.
#
# RCSID: $Id: conversion.pl,v 1.1.1.1
www.eeworm.com/read/166778/9998897
po pl.po
# Polish translations for GNU Bison package.
# Copyright (C) 2004, 2005 Free Software Foundation, Inc.
# This file is distributed under the same license as the GNU Bison package.
# Wojciech Polak
www.eeworm.com/read/166778/9998957