Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    EOT
    my $ret = eval($code);
    print "$ret"; # should stringify the version
    
  2. or download this
    $ perl test.pl
    Use of inherited AUTOLOAD for non-method version::(""() is deprecated 
    +at test.pl line 13.
    Segmentation fault