multiline.t
来自「source of perl for linux application,」· T 代码 · 共 48 行
T
48 行
#!./perl -wBEGIN { open(STDERR, ">&STDOUT"); }use strict;use Test; plan tests => 2, todo => [1,2]; # actually false failure# perl -Ilib -It/noinck t/multiline.tok(q{Jojo was a man who thought he was a lonerBut he knew it couldn't lastJojo left his home in Tucson, ArizonaFor some California GrassGet back, get backGet back to where you once belongedGet back, get backGet back to where you once belongedGet back Jojo Go homeGet back, get backBack to where you once belongedGet back, get backBack to where you once belongedGet back Jo},q{Sweet Loretta Martin thought she was a womanBut she was another manAll the girls around her say she's got it comingBut she gets it while she canGet back, get backGet back to where you once belongedGet back, get backGet back to where you once belongedGet back Loretta Go homeGet back, get backGet back to where you once belongedGet back, get backGet back to where you once belongedGet home Loretta});ok "zik\nzak\n wazaaaaap\ncha ching!\n", "crunk\n\t zonk\nbjork\nchachacha!\n";
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?