Hello Perl community,
This is my first post in your site.I am an amateur programmer in Perl language so i need your help with an issue that i am facing.I am writing a code in a txt file and i am saving it as a pl file.After that i try to run this program via cmd with the following code:perl filename.pl and i receive this message:
Can't open perl script "bonjour.pl" no such file or directory.
I checked both the existence of the file and the location of the file to match the directory.
Please help!!!