Help for this page

Select Code to Download


  1. or download this
    $ perl -e'my $sub = \&stat; $sub->("a")'
    Undefined subroutine &main::stat called at -e line 1.
    
  2. or download this
    $ perl -e'my $sub = \&CORE::stat; $sub->("a")'
    &CORE::stat cannot be called directly at -e line 1.