Help for this page

Select Code to Download


  1. or download this
    Subroutine fileparse_set_fstype redefined at C:/Program
        Files/Perl/lib/File/Basename.pm line 152 (#1)
    ...
            no warnings;
            eval "sub name { ... }";
            }
    
  2. or download this
    use strict;
    use warnings;
    ...
      sub foo { print 'y' }
    }
    foo();