E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Chomp
PERL学习笔记
二、Perl的构件:数据,字符串1.转义字符用/表示2.qq,q运算符,使用非字符或数字作为限定符3.标题变量$4.
chomp
删除换行符5.输入设备6
brightgems
·
2006-11-21 17:00
开源技术
perl中的字符串函数
perl中的字符串函数1.一旦我们读出了一个记录,通常打算去掉记录分隔符,(缺省值为换行符字符):
chomp
($n=);注:Perl4.0版本仅有chop()操作,去掉串的最后一个字符,不管该字符是什么
ivaneeo's blog
·
2006-04-04 16:00
取得兩個間的Strings
ccc ddd eee 11</pre> <br> <pre>jkjl</pre> 1.print join ' '=>map{
chomp
jedy
·
2005-11-25 01:00
Google
显示led 数字的perl程序
/usr/bin/perl -wuse strict; open FONT, "font.txt";
chomp
(my @font = <FONT>);close FONT
happmaoo
·
2005-11-05 15:00
perl
显示led 数字的perl程序
/usr/bin/perl -wuse strict; open FONT, "font.txt";
chomp
(my @font = <FONT>);close FONT
izuoyan
·
2005-11-05 15:00
perl
显示led 数字的perl程序
/usr/bin/perl-wusestrict;openFONT,"font.txt";
chomp
(my@font=);closeFONT;my@led=map{s/(.{4})/$1,/g;split
jiangredsheep
·
2005-11-05 15:00
Perl String Functions
Perl String Functions
chomp
Removes line ending characters from a string or array of strings.
happmaoo
·
2005-04-14 16:00
Google
perl
UP
一个在文本文件搜索指定字符串的程序
用perl实现的.print"inputfile:";$file=;
chomp
($file);open(Hand,$file)||die"cannotopenfile";print"inputthestringtosearch
treeroot
·
2004-10-09 12:00
上一页
1
2
3
4
5
6
7
8
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他