I just bought a MacBook Pro and as I was told, Perl is already installed. However, when I try and run my perl script helloworld.pl, nothing appears. I type "perl helloworld.pl" and nothing shows up in the terminal. The helloworld.pl contains the following segments of code:
#!/usr/bin/perl...