Home
last modified time | relevance | path

Searched refs:chomp (Results 1 – 25 of 149) sorted by relevance

123456

/openbsd/gnu/usr.bin/perl/t/op/
H A Dchop.t35 $got = chomp();
40 $got = chomp();
45 $got = chomp();
51 $got = chomp();
57 $got = chomp();
63 $got = chomp();
69 $got = chomp();
75 $got = chomp();
81 $got = chomp();
87 $got = chomp();
[all …]
H A Dlex_assign.t72 chomp;
95 chomp $warning;
143 chomp;
155 chomp $warning;
273 (chomp (@x=@chopar)) # chomp
274 chomp $chopit # schomp
H A Ddefins.t62 chomp($name);
72 chomp($line);
81 chomp($name);
91 chomp($where{$seen});
H A Dpwent.t76 chomp;
93 chomp $value;
151 chomp;
H A Dcproto.t13 chomp;
/openbsd/gnu/usr.bin/perl/dist/Search-Dict/t/
H A DDict.t48 chomp($word = <DICT>);
60 chomp($word = <DICT>);
72 chomp($word = <DICT>);
78 chomp($word = <DICT>);
97 chomp $word;
111 chomp($word = <$strfh>);
118 chomp($word = <$strfh>);
/openbsd/gnu/usr.bin/perl/t/uni/
H A Dchomp.t33 is (chomp ($string), $return);
40 my $got = chomp();
46 my $got = chomp();
/openbsd/gnu/usr.bin/perl/ext/Pod-Html/t/
H A Dcache.t44 chomp(my $podpath = <$cache>);
45 chomp(my $podroot = <$cache>);
60 chomp($podpath = <$cache>);
61 chomp($podroot = <$cache>);
/openbsd/gnu/usr.bin/perl/t/io/
H A Dutf8.t65 chomp($x);
71 chomp($x);
109 chomp($x);
116 chomp($x);
143 $x = <F>; chomp $x;
159 $x = <F>; chomp $x;
174 $x = <F>; chomp $x;
H A Dopenpid.t80 chomp($from_pid1 = scalar(<FH1>));
88 chomp($from_pid2 = scalar(<FH2>));
H A Ddup.t120 $line = <G>; chomp $line; is($line, "ggg");
121 $line = <G>; chomp $line; is($line, "fff");
/openbsd/gnu/usr.bin/perl/t/porting/
H A Dmanifest.t47 chomp;
90 chomp();
H A Dtest_testlist.t25 chomp $file;
31 chomp $file;
77 chomp;
H A Dregen.t68 chomp $_;
111 chomp $_;
H A Dauthors.t38 chomp $branch_head;
/openbsd/gnu/usr.bin/perl/t/run/
H A Dswitches.t280 chomp( $r=runperl( switches => ['-V:osname'] ) );
284 chomp( $r=runperl( switches => ['-V:this_var_makes_switches_test_fail'] ) );
382 chomp(my @file = <FILE>);
386 chomp(my @bak = <BAK>);
429 chomp(my @out4 = <$f>);
485 chomp(my @file4 = <$f>);
H A Dswitcha.t10 chomp;
H A DswitchF.t11 chomp $index;
H A Dswitchn.t15 chomp;
/openbsd/gnu/usr.bin/perl/dist/IO/t/
H A Dio_sock.t289 chomp(my $pong = scalar <$sock>);
294 chomp(my $ord = scalar <$sock>);
299 chomp(my $chr = scalar <$sock>);
/openbsd/gnu/usr.bin/perl/lib/
H A DSelectSaver.t22 chomp($foo = <FOO>);
/openbsd/gnu/usr.bin/perl/dist/Storable/t/
H A Dcroak.t35 chomp $@;
/openbsd/gnu/usr.bin/perl/cpan/Encode/t/
H A Djis7-fallback.t6 my @data = grep length, map { chomp; $_ } <DATA>;
/openbsd/gnu/usr.bin/perl/dist/Module-CoreList/
H A Didentify-dependencies21 push @used, map { chomp; s{/}{::}g; s{\.pm$}{}; $_ } <$fh>;
/openbsd/gnu/usr.bin/perl/ext/IPC-Open3/t/
H A Dfd.t33 chomp $have;

123456