Help for this page

Select Code to Download


  1. or download this
    my $drivespec = qr{[a-zA-Z]:};
    my $dir            = qr{[^<>":|?*]*};
    ...
    unless( $input->{$key} =~ $path ) {
        ...
    }