how to get directory content, and read file in it ?
But i can’t use commands and operators that included in this regexp:
/system|[)(\/}{`;,!\\*_]|open|exec|eval/
I think it’s a very hard task and i don’t known how to make it, please help me.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If this is homework, it’s one of the worse questions I’ve seen, so I’m assuming it’s not.
or
or
It’s really hard because we can’t use
opendiror IO::Dir without using “;” or “,“, can’t use File::Find::Rule without using “(” and “)“, etc.