Help for this page

Select Code to Download


  1. or download this
    #!/usr/local/bin/perl -w
    use strict;
    ...
    print main->VERSION, $/;
    print $main::{'VERSION'},$/;
    print Foo->asdf;
    
  2. or download this
    .01
    .02
    *main::VERSION
    Can't locate object method "asdf" via package "Foo" at ./test.pl line 
    +12.