Help for this page

Select Code to Download


  1. or download this
    if (my ($file) = $inc =~ /(FILE_INPUT_\w+)/) {
       print("$file\n");
    }