Copyright © tutorialspoint.com
Syntax
Definition and UsageThis safer version of chop removes any trailing string that corresponds to the current value of $/ (also known as $INPUT_RECORD_SEPARATOR in the English module). It returns the total number of characters removed from all its arguments. By default $/ is set to new line character. Return Value
Example
This will produce following result
|
Copyright © tutorialspoint.com