Help for this page

Select Code to Download


  1. or download this
    use File::Spec;
    warn ((File::Spec->splitpath("c:\\foo\\bar\\basename"))[-1]);
    
  2. or download this
    use File::Spec::Win32;
    warn ((File::Spec::Win32->splitpath("c:\\foo\\bar\\basename"))[-1]);