Help for this page

Select Code to Download


  1. or download this
    !sort           <-- this Vim command calls a binary, OK
    !myfilter.pl    <-- this Vim command calls a perl script, FAIL
    
  2. or download this
    #!/usr/local/perl
    ### myfilter.pl
    ...
        $sTest
        _IT_WORKED_
    ";