Copyright © tutorialspoint.com
Syntax
Definition and UsageEvaluates EXPR at execution time as if EXPR were a separate Perl script. This allows you to use a separate, perhaps user-supplied, piece of Perl script within your program. An eval EXPR statement is evaluated separately each time the function is called. The second form evaluates BLOCK when the rest of the script is parsed (before execution). Return Value
ExampleFollowing are the usage...
|
Copyright © tutorialspoint.com