Padre
view release on metacpan or search on metacpan
lib/Padre/Wx/Scintilla.pm view on Meta::CPAN
q{package contains requires},
];
$KEYWORDS{'application/x-perl'} = [
# Perl Keywords
q{
NULL __FILE__ __LINE__ __PACKAGE__ __DATA__ __END__ AUTOLOAD
BEGIN CORE DESTROY END EQ GE GT INIT LE LT NE CHECK abs accept
alarm and atan2 bind binmode bless caller chdir chmod chomp chop
chown chr chroot close closedir cmp connect continue cos crypt
dbmclose dbmopen defined delete die do dump each else elsif endgrent
endhostent endnetent endprotoent endpwent endservent eof eq eval
exec exists exit exp fcntl fileno flock for foreach fork format
formline ge getc getgrent getgrgid getgrnam gethostbyaddr gethostbyname
gethostent getlogin getnetbyaddr getnetbyname getnetent getpeername
getpgrp getppid getpriority getprotobyname getprotobynumber getprotoent
getpwent getpwnam getpwuid getservbyname getservbyport getservent
getsockname getsockopt glob gmtime goto grep gt hex if index
int ioctl join keys kill last lc lcfirst le length link listen
local localtime lock log lstat lt map mkdir msgctl msgget msgrcv
share/languages/perl5/perl5.yml view on Meta::CPAN
exp: Change the current working directory to PATH.
chmod:
cmd: (LIST)
exp: Changes the permissions of a LIST of files.
chomp:
cmd: (STRING) or (ARRAY)
exp: Remove the newline from the end of the STRING or from the end of every string in the ARRAY.
chop:
cmd: (STRING)
exp: Remove last character from STRING. (Usually better to use chomp than chop.)
chown:
cmd: (LIST)
exp: Changes the owner (and group) of a LIST of files.
chr:
cmd: (NUMBER)
exp: Returns the character represented by that NUMBER in the character set.
chroot:
cmd: (FILENAME)
exp: (Superuser only.)
close:
cmd: (FILEHANDLE)
( run in 0.475 second using v1.01-cache-2.11-cpan-5511b514fd6 )