in reply to substr function
The above will extract and print the substr function that is in the perl source file pp.c.perl -ne 'print "$ARGV:$.:$_" if /substr/ .. /^}/' pp.c
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: substr function
by Jim (Curate) on Jan 14, 2011 at 16:55 UTC |