Help for this page

Select Code to Download


  1. or download this
    $ file /usr/bin/perl
    /usr/bin/perl: PE32+ executable (console) x86-64 (stripped to external
    + PDB), for MS Windows, 11 sections
    ...
    
    $ perle 'say -T "file_perl" ? "text" : "binary"'
    text
    
  2. or download this
    $ alias perle
    alias perle='perl -Mstrict -Mwarnings -Mautodie=:all -MCarp::Always -E
    +'