Common-CodingTools
view release on metacpan or search on metacpan
lib/Common/CodingTools.pm view on Meta::CPAN
# \R linebreak (?<n>p)named capture
# \S \W \D \H negate \g{n} ref to named cap
# \K keep left part
# FUNCTION RETURN LISTS
# stat localtime caller SPECIAL VARIABLES
# 0 dev 0 second 0 package $_ default variable
# 1 ino 1 minute 1 filename $0 program name
# 2 mode 2 hour 2 line $/ input separator
# 3 nlink 3 day 3 subroutine $\ output separator
# 4 uid 4 month-1 4 hasargs $| autoflush
# 5 gid 5 year-1900 5 wantarray $! sys/libcall error
# 6 rdev 6 weekday 6 evaltext $@ eval error
# 7 size 7 yearday 7 is_require $$ process ID
# 8 atime 8 is_dst 8 hints $. line number
# 9 mtime 9 bitmask @ARGV command line args
# 10 ctime 10 hinthash @INC include paths
# 11 blksz 3..10 only @_ subroutine args
# 12 blcks with EXPR %ENV environment
###################################################################
( run in 0.502 second using v1.01-cache-2.11-cpan-5735350b133 )