Help for this page

Select Code to Download


  1. or download this
    $ ls -l pm_user_input_file
    ls: pm_user_input_file: No such file or directory
    
  2. or download this
    $ perl -Mstrict -Mwarnings -E '
        use autodie qw{:all};
    ...
    q,w,e
    a,s,d
    z,x,c
    
  3. or download this
    $ ls -l pm_user_input_file
    -rw-r--r--  1 ken  staff  24 19 Jun 23:49 pm_user_input_file
    
  4. or download this
    $ cat pm_user_input_file
    1,2,3
    q,w,e
    a,s,d
    z,x,c