I am trying to run Perl on Fedora17 …
This is my perl code…
#!/usr/bin/perl
print "test\n";
I have saved it in Desktop and was running using kconsole, perl test1.pl
I am expecting a output, ‘test’ in my screen…But, nothing appears..
I have asked in Fedora Support forum..Yet, want to ask the Stackoverflow community as well…
There is a mistake actually with the code and it was pointed out and the question was closed..issue is with ‘#’ at beginning..There was an hash accidentally added by vi editor, when we run vi, on fedora17, this issue occured…it was reported to the fedora community! wondering what happnd to the comment and the answer!