Help for this page

Select Code to Download


  1. or download this
    function! PerlArgs()
       let @p = getline(".")[1:]
    ...
    let mapleader=" "
    map <Leader><space> :VimuxRunCommand("perl " . bufname('%') . " " . @p
    +)<CR>
    map <Leader>a :call PerlArgs()<CR>
    
  2. or download this
    #hubba bubba
    print join "\n", @ARGV;