Help for this page

Select Code to Download


  1. or download this
    <GUI>
        <Window name='W1'
    ...
            />
        </Window>
    </GUI>
    
  2. or download this
    use File::Basename;
    use strict;
    use warnings;
    
    print dirname('c:\some\path\notreal.txt');