Hey, Which of the following is the correct syntax for Perl scripts? print "Hello World"; Code (markup): Or print ("Hello World"); Code (markup): Basically I am not sure if you need the brackets or not as both methods work and different resources say different so now I am confused. Thanks in advance!
It depends on the version of PERL that you are running. In some (I forget which), both of those will work. Jason