Uploader Comments (macheads101)
All Comments (29)
-
help when i try to run it says:syntax error at helloworld.pl line 6, near "$name
print"
Execution of helloworld.pl aborted due to compilation errors.
-
when i try doing it it says no string under cursor :(
-
Hi, Thank you for great lecture, I have a question for running. 4:16 after you put pritn~~~; to run what did you do? it was so fast so I couldn't see it.
-
i know why all guys, are here, they just want to be Hacker like Zuckerberg... he used to program on perl...
-
Good channels are just underrated.
-
dude finally go it. Thanks a lot your tutorials are great
-
I am lost in minute 4:16. Sorry to bother so much but i am a slow learner
-
how did your "Hello world" program ended up in the desktop?
-
wow your making good vids! keep it up
ill subscribe
Hello there, I found your video supper helpful. I dont know why my file is not working. Can you help me please?
syntax error at /Users/Kumar/Desktop/hello.pl line 1, near "rtf1\"
syntax error at /Users/Kumar/Desktop/hello.pl line 3, near "red255\"
syntax error at /Users/Kumar/Desktop/hello.pl line 4, near "margl1440\"
syntax error at /Users/Kumar/Desktop/hello.pl line 10, near ";}"
Execution of /Users/Kumar/Desktop/hello.pl aborted due to compilation errors.
Kumar-Rachuris-MacBook:/ Kumar$
KumarR28 1 year ago
@KumarR28 you are doing this with text-edit. If you want to do it with text edit, do the following.
touch myFile.txt; open myFile.txt; mv myFile.txt myscript.pl; chmod +x myscript.pl; ./myscript.pl
macheads101 1 year ago
Hey man, I'm new to perl and want to ask you about a small part of this. I don't use a mac, so it may very well not apply to me in linux/windows. Why do you chomp the variable? is that the command that gives user a chance to input data?
TechyVidz 1 year ago
@TechyVidz chomp gets rid of the new line character/characters at the end of the line.
macheads101 1 year ago
hello
i am making a find program and if i write a wrong file it will say "file not fond"
and then it logs out
how can i make that when i type something wrong it comes back on the searching line?
pieter15884 1 year ago
@pieter15884 use loops.
macheads101 1 year ago