Help for this page

Select Code to Download


  1. or download this
    $ perl /tmp/t.pl ~/.vimrc ~user/.vimrc ~root/.vimrc
    /home/linuxer/.vimrc
    /home/user/.vimrc
    /root/.vimrc
    
  2. or download this
    #! /usr/bin/env perl
    use strict;
    ...
    use 5.020;
    
    say $_ for @ARGV;