Hi - this is my first time asking a question, so I am not sure if I&#39;m doing this right.<br><br>I am a new Perl user - this is my very first attempt at trying to run a Perl command.  It is for my class, and I really need some help.<br>
<br>I have the file chmod&#39;ed so I am able to execute commands.  I also have the shebang, strict, and warnings lines entered and everything is typed correctly.<br><br>I tried the &quot;Hello World&quot; line by entering this:   print &quot;hello world. \n&quot;<br>
<br>When I key that in, nothing happens.  This seems like an incredibly easy command, yet for the life of me I can&#39;t figure out what am I doing wrong??  When you ask Perl to output (print) something, how/where is it supposed to show up?  <br>
<br>Thanks<br>Wendy<br>