$cat script1.pl
#!/usr/bin/perl
print "Hello World! \n" ;
Result:
$perl script1.pl
Hello World!
In this blog, I am trying to put some scripts and perl fundamentals which I think may be useful for specially Unix system administrators.
DISCLAIMER: This is based on my own knowledge and is provided on AS-IS basis. The readers are advised NOT TO TRY THIS if not aware of the outcome.
No comments:
Post a Comment