expand-sample-perl-mode-expand-list

expand-sample-perl-mode-expand-list is a variable defined in `expand.el'.
Its value is shown below.
  • This variable may be risky if used as a file-local variable.

Documentation:
Expansions for Perl mode. See `expand-add-abbrevs'.

Value:

(("sub" "#----------------------------------------------------------------------\nsub {\n # DESCRIPTION\n # \n # \n # INPUT\n # \n # \n # RETURN\n # \n\n local( $f ) = \"$lib.\";\n local() = @_;\n \n \n}\n" (77 88 120 146 159 176)) ("for" "for ( )\n{\n\n}" (7 12)) ("whi" "while ( )\n{\n\n}" (9 15)) ("iff" "if ( )\n{\n\n}" (6 12)) ("loc" "local( $ );" (9)) ("my" "my( $ );" (6)) ("ope" "open(,\"\") || die \"$f: Can't open [$]\";" (6 8 36)) ("clo" "close ;" 7) ("def" "defined " (9)) ("und" "undef ;" (7)) ("pr" "print " 7) ("pf" "printf " 8) ("gre" "grep( //, );" (8 11)) ("pus" "push( , );" (7 9)) ("joi" "join( '', );" (7 11)) ("rtu" "return ;" (8)))