Help for this page

Select Code to Download


  1. or download this
    $ perl -v | head -2 | tail -1
    This is perl 5, version 36, subversion 0 (v5.36.0) built for cygwin-th
    +read-multi
    ...
    
    $ perl -v | head -2 | tail -1
    This is perl 5, version 36, subversion 0 (v5.36.0) built for cygwin-th
    +read-multi
    
  2. or download this
    #!/usr/bin/env perl
    
  3. or download this
    $ cat test_shebang.pl
    #!/usr/bin/env perl
    ...
    
    $ ./test_shebang.pl
    v5.33.5