Next:
chr, ord, character conversion
Up:
Functions
Previous:
chdir, $ENV{PWD}
Contents
Index
chomp
Removes newline from a string:
my $ret = `hostname`; chomp $ret;