Help for this page

Select Code to Download


  1. or download this
    #!perl -wl
    use strict;
    ...
    
    print $_
        for keys %File::Basename::;
    
  2. or download this
    use strict;
    use File::Basename;
    ...
    }
    
    dump_keys('File::Basename');