Help for this page

Select Code to Download


  1. or download this
    > use vars qw(_Filename);
    >  _Filename = __FILE__;<br>
    
  2. or download this
    use strict;
    
    ...
    
    print $_Filename;