Help for this page

Select Code to Download


  1. or download this
    my $path = shift or die "No path passed to GetInfDataFiles\n"
    
  2. or download this
    my $path = shift;
    die "No path passed to GetInfDataFiles\n" unless $path;