Copyright © tutorialspoint.com

PERL study Function


Syntax

study EXPR

study


Definition and Usage

Takes extra time to study EXPR in order to improve the performance on regular expressions conducted on EXPR. If EXPR is omitted, uses $_. The actual speed gains may be very small, depending on the number of times you expect to search the string. You can only study one expression or scalar at any one time.

Return Value


Copyright © tutorialspoint.com