Help for this page

Select Code to Download


  1. or download this
    # -*-perl-*-
    
    eval 'exec ${DEV_PERL:-/usr/bin/perl} -S $0 "$@"'
       if 0;
    
  2. or download this
    BEGIN
    {
        if ($] != 5.008008)
    ...
            die sprintf "Must use perl 5.8.8, this is %vd!\nTry setting DE
    +V_PERL to point to the right version.\n", $^V;
        }
    }