Help for this page

Select Code to Download


  1. or download this
    BEGIN { eval '1 // 2' or die
        "Perl version $] unsupported (version 5.010 required to get // ope
    +rator)\n" }
    
  2. or download this
    Search pattern not terminated at bin/script line 123.
    Perhaps because bin/script requires Perl version 5.010 (and this is on
    +ly 5.008_008).
    ...
    
    Aborting; Perl version 5.010 required (this is only 5.008_008) by bin/
    +script.
    Yet it compiled without error -- set PERLANYVER to run anyway.