Help for this page

Select Code to Download


  1. or download this
    use v5.12.0;
    use warnings;
    ...
    sub foo { &Somename::foo }  
    
    foo(1..5);
    
  2. or download this
    Somename::foo() called too early to check prototype at d:/Perl/pm/foo_
    +prototype.pl line 8.
    $VAR1 = [
    ...
            ];
    
    Compilation finished at Sat Apr 15 00:12:57