Searched refs:chomp (Results 1 – 25 of 149) sorted by relevance
123456
35 $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 …]
72 chomp;95 chomp $warning;143 chomp;155 chomp $warning;273 (chomp (@x=@chopar)) # chomp274 chomp $chopit # schomp
62 chomp($name);72 chomp($line);81 chomp($name);91 chomp($where{$seen});
76 chomp;93 chomp $value;151 chomp;
13 chomp;
48 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>);
33 is (chomp ($string), $return);40 my $got = chomp();46 my $got = chomp();
44 chomp(my $podpath = <$cache>);45 chomp(my $podroot = <$cache>);60 chomp($podpath = <$cache>);61 chomp($podroot = <$cache>);
65 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;
80 chomp($from_pid1 = scalar(<FH1>));88 chomp($from_pid2 = scalar(<FH2>));
120 $line = <G>; chomp $line; is($line, "ggg");121 $line = <G>; chomp $line; is($line, "fff");
47 chomp;90 chomp();
25 chomp $file;31 chomp $file;77 chomp;
68 chomp $_;111 chomp $_;
38 chomp $branch_head;
280 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>);
10 chomp;
11 chomp $index;
15 chomp;
289 chomp(my $pong = scalar <$sock>);294 chomp(my $ord = scalar <$sock>);299 chomp(my $chr = scalar <$sock>);
22 chomp($foo = <FOO>);
35 chomp $@;
6 my @data = grep length, map { chomp; $_ } <DATA>;
21 push @used, map { chomp; s{/}{::}g; s{\.pm$}{}; $_ } <$fh>;
33 chomp $have;