Bill who?
06-14-2001, 02:20 PM
I am in the process of learning perl. My first program was simply:
#!/usr/bin/perl
print ("Hello, World\n");
I saved the file as hello then performed:
chmod +x hello
I type in hello at the command prompt and get an error. I looked into the directory that stores hello and it shows up like this:
hello*
The "hello" is green and the asterick is gray. What does this mean?
P.S. I can run the program by typing:
perl hello :confused:
#!/usr/bin/perl
print ("Hello, World\n");
I saved the file as hello then performed:
chmod +x hello
I type in hello at the command prompt and get an error. I looked into the directory that stores hello and it shows up like this:
hello*
The "hello" is green and the asterick is gray. What does this mean?
P.S. I can run the program by typing:
perl hello :confused: