Guest User

Untitled

a guest
Jan 23rd, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. $_REPL->load_plugin($_) for qw(
  2. History Colors
  3. FancyPrompt Refresh
  4. Interrupt OutputCache
  5. DDC Nopaste
  6.  
  7. CompletionDriver::Keywords
  8. CompletionDriver::LexEnv
  9. CompletionDriver::Methods
  10. CompletionDriver::INC
  11. CompletionDriver::Globals
  12. MultiLine::PPI
  13. );
  14.  
  15. package main;
  16. use feature ':5.10';
Add Comment
Please, Sign In to add comment